Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Modula 2 > Re: A "Via Pasc...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 45 of 80 Topic 318 of 382
Post > Topic >>

Re: A "Via Pascal" Modula 2 Compiler ?

by comp.lang.modula2@[EMAIL PROTECTED] Jan 28, 2007 at 01:25 PM

On 2007-01-27, Marco van de Voort <marcov@[EMAIL PROTECTED]
> wrote:
> How does the archive functionality of make exactly work ? Maybe it can
be
> adapted/configured for our system too.

The ar utility which allows to create and update archives under
UNIX is part of IEEE Std 1003.1 [1,2]. This standard also describes
the interactions of make with archives [3]. However, this standard
defines nowhere the internal format of archives as there exist multiple
incompatible implementations. I have written modules for Modula-2
and Oberon that allow to read from archives [4,5]. However, I have
always used the ar utility to update archives.

> Specially if you start to make more integrated IDEs (tautology, or
> degradation of the term IDE?), you want to be able to hide linking etc
from
> the user. Not only in operation, but also in error re****ting. Giving the
> toolchain more data significantly eases this.
>
> An archive format would be good for FPC too, since filesearching starts
to
> become limiting (a FPC distribution + Lazarus IDE counts thousands of
> compilation units). Having "release" units in a lib format could easily
> decrease this by a magnitude. Something for the next module rewrite.

In our new Oberon system, we are using an distributed object-oriented
database with transactions for this [6]. Here we say indeed goodbye
to make, as, ld and all other traditional tools but check in sources
into the database [7] and tell what we need [8]. We wanted to have
an infrastructure which allows to generate loadable modules during
runtime. The current state of this is available at [9].  But we are
still not using IDEs nor do we plan to.

Andreas.

[1] http://www.opengroup.org/onlinepubs/009695399/toc.htm
[2] http://www.opengroup.org/onlinepubs/009695399/utilities/ar.html
[3] http://www.opengroup.org/onlinepubs/009695399/utilities/make.html
[4] http://www.mathematik.uni-ulm.de/modula/man/man3/Archive.html
[5] http://www.mathematik.uni-ulm.de/oberon/0.5/lib/man/UnixArchives.html
[6] http://www.mathematik.uni-ulm.de/oberon/0.5/tools/man/cdbd.html
[7] http://www.mathematik.uni-ulm.de/oberon/0.5/tools/man/obci.html
[8] http://www.mathematik.uni-ulm.de/oberon/0.5/tools/man/obbuild.html
[9] ftp://ftp.mathematik.uni-ulm.de/pub/soft/oberon/ulm/i386/
    (currently for the GNU/Linux/i386 platform only; dynamic loading
    is not yet sup****ted but planned)
 




 80 Posts in Topic:
A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-12 09:17:40 
Re: A "Via Pascal" Modula 2 Compiler ?
Christoph Schlegel <ch  2007-01-12 19:41:28 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-14 12:31:01 
Re: A "Via Pascal" Modula 2 Compiler ?
Christoph Schlegel <ch  2007-01-14 22:20:08 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-15 08:19:20 
Re: A "Via Pascal" Modula 2 Compiler ?
Gaius Mulley <gaius@[E  2007-01-18 10:42:36 
Re: A "Via Pascal" Modula 2 Compiler ?
"Chris Burrows"  2007-01-13 15:36:28 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-14 12:49:24 
Re: A "Via Pascal" Modula 2 Compiler ?
john o goyo <j.o.goyo@  2007-01-16 10:53:11 
Re: A "Via Pascal" Modula 2 Compiler ?
comp.lang.modula2@[EMAIL   2007-01-17 00:24:38 
Re: A "Via Pascal" Modula 2 Compiler ?
john o goyo <j.o.goyo@  2007-01-18 13:30:58 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-13 01:34:49 
Re: A "Via Pascal" Modula 2 Compiler ?
Christoph Schlegel <ch  2007-01-13 11:06:28 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-13 08:20:07 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-13 08:22:08 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-14 13:17:56 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-15 00:33:19 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-15 10:39:14 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-15 04:04:53 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-15 12:26:32 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-15 13:42:55 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-16 13:24:48 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-16 13:51:03 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-17 15:34:03 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-16 13:56:13 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-19 15:36:45 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-19 09:34:09 
Re: A "Via Pascal" Modula 2 Compiler ?
"Tom Breeden" &  2007-01-19 16:03:09 
Re: A "Via Pascal" Modula 2 Compiler ?
"Chris Burrows"  2007-01-20 10:27:00 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-20 18:38:30 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-20 05:40:19 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-20 12:54:42 
Re: A "Via Pascal" Modula 2 Compiler ?
"Tom Breeden" &  2007-01-21 10:24:07 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-21 16:47:22 
Re: A "Via Pascal" Modula 2 Compiler ?
"Tom Breeden" &  2007-01-21 10:32:47 
An MC68xxx M2 compiler (was: A "Via Pascal" Modula 2 Compiler ?)
"Chris Burrows"  2007-01-22 20:25:43 
Re: A "Via Pascal" Modula 2 Compiler ?
Gaius Mulley <gaius@[E  2007-01-25 13:35:32 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-25 14:11:28 
Re: A "Via Pascal" Modula 2 Compiler ?
comp.lang.modula2@[EMAIL   2007-01-25 15:30:28 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-25 15:53:17 
Re: A "Via Pascal" Modula 2 Compiler ?
comp.lang.modula2@[EMAIL   2007-01-26 01:07:32 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-27 13:49:51 
Re: A "Via Pascal" Modula 2 Compiler ?
comp.lang.modula2@[EMAIL   2007-01-27 15:20:39 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-27 15:36:10 
Re: A "Via Pascal" Modula 2 Compiler ?
comp.lang.modula2@[EMAIL   2007-01-28 13:25:09 
Re: A "Via Pascal" Modula 2 Compiler ?
"Chris Burrows"  2007-01-28 11:44:36 
Re: A "Via Pascal" Modula 2 Compiler ?
Keith Hopper <asgard@[  2007-01-29 13:21:06 
Re: A "Via Pascal" Modula 2 Compiler ?
"Chris Burrows"  2007-01-26 11:08:27 
Re: A "Via Pascal" Modula 2 Compiler ?
"Chris Burrows"  2007-01-26 13:20:59 
Re: A "Via Pascal" Modula 2 Compiler ?
comp.lang.modula2@[EMAIL   2007-01-26 10:13:05 
Re: A "Via Pascal" Modula 2 Compiler ?
"Tom Breeden" &  2007-01-21 10:47:03 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-21 16:41:00 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-21 11:48:49 
Re: An MC68xxx M2 compiler (was: A "Via Pascal" Modula 2 Compile
"Tom Breeden" &  2007-01-23 13:26:35 
Re: An MC68xxx M2 compiler
john o goyo <j.o.goyo@  2007-01-25 14:27:46 
Re: A "Via Pascal" Modula 2 Compiler ?
"Tom Breeden" &  2007-01-26 08:57:58 
Re: A "Via Pascal" Modula 2 Compiler ?
Gaius Mulley <gaius@[E  2007-01-26 16:37:35 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-28 05:47:05 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-28 16:40:50 
Re: A "Via Pascal" Modula 2 Compiler ?
"Chris Burrows"  2007-01-29 11:28:26 
Re: A "Via Pascal" Modula 2 Compiler ?
"Chris Burrows"  2007-01-29 11:14:49 
Re: A "Via Pascal" Modula 2 Compiler ?
Jim Granville <no.spam  2007-01-29 22:01:37 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-29 09:53:35 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-29 01:55:16 
Re: A "Via Pascal" Modula 2 Compiler ?
Marco van de Voort <ma  2007-01-29 10:17:55 
DEF / SYM files (was: A "Via Pascal" Modula 2 Compiler ?)
"Chris Burrows"  2007-01-29 22:32:09 
Re: DEF / SYM files (was: A "Via Pascal" Modula 2 Compiler ?)
comp.lang.modula2@[EMAIL   2007-01-29 15:14:38 
Re: A "Via Pascal" Modula 2 Compiler ?
"Tom Breeden" &  2007-01-29 10:23:24 
Re: DEF / SYM files (was: A "Via Pascal" Modula 2 Compiler ?)
"JP2R" <jp-d  2007-01-29 12:37:34 
Re: A "Via Pascal" Modula 2 Compiler ?
"JP2R" <jp-d  2007-01-29 12:50:09 
Re: A "Via Pascal" Modula 2 Compiler ?
"Tom Breeden" &  2007-01-29 17:15:34 
Re: A "Via Pascal" Modula 2 Compiler ?
shaimee11@[EMAIL PROTECTE  2007-02-01 06:45:04 
Re: A "Via Pascal" Modula 2 Compiler ?
shaimee11@[EMAIL PROTECTE  2007-02-02 22:55:51 
Re: A "Via Pascal" Modula 2 Compiler ?
shaimee11@[EMAIL PROTECTE  2007-02-02 22:56:18 
Re: A "Via Pascal" Modula 2 Compiler ?
shaimee11@[EMAIL PROTECTE  2007-02-02 22:56:40 
Re: A "Via Pascal" Modula 2 Compiler ?
shaimee11@[EMAIL PROTECTE  2007-02-02 22:59:06 
Re: A "Via Pascal" Modula 2 Compiler ?
shaimee11@[EMAIL PROTECTE  2007-02-02 22:59:50 
Re: A "Via Pascal" Modula 2 Compiler ?
shaimee11@[EMAIL PROTECTE  2007-02-02 23:00:42 
Re: A "Via Pascal" Modula 2 Compiler ?
shaimee11@[EMAIL PROTECTE  2007-02-02 23:02:56 
Re: A "Via Pascal" Modula 2 Compiler ?
shaimee11@[EMAIL PROTECTE  2007-02-02 23:03:35 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Oct 11 2:07:28 CDT 2008.