caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] A simple suggestion for Caml.
@ 2002-10-06  6:15 Thaddeus L. Olczyk
  2002-10-06 14:00 ` Alessandro Baretta
  0 siblings, 1 reply; 3+ messages in thread
From: Thaddeus L. Olczyk @ 2002-10-06  6:15 UTC (permalink / raw)
  To: caml-list

I've looked for this feature in both the manual and the O'Reilly book
and asked numerous people. If it exists, it seems not to be that well
known.

The feature itself should be quite simple to implement. The basic
idea is to specify a environmental variable, call it CAML_PATH
or CAML_LIBRARY_PATH, which is a colon seperated (semicolon for
Windows ) list of directories where libraries can be found.

It would add greatly to portability of Caml programs and libraries.
Yes you can add libraries on the commandline, but to make projects
portable you have to resort to tricks with scripts producing scripts.
( Autoconfig,Automake etc come to mind. ) It becomes particularly
nasty when scripts or script generating scripts are for one reason or
another broken.

Using the technique I describe, a person adding a library only has
to do two things: 1) Set the environmental variable to include needed
libraries; 2) Follow the normal build procedure.


-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-07  8:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-06  6:15 [Caml-list] A simple suggestion for Caml Thaddeus L. Olczyk
2002-10-06 14:00 ` Alessandro Baretta
2002-10-07  8:09   ` Thaddeus L. Olczyk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).