Browse thread
[Caml-list] make
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | skaller <skaller@u...> |
| Subject: | Re: [Caml-list] make |
On Wed, 2004-10-20 at 00:48, Eric C. Cooper wrote: > This doesn't fully solve your problem, but you can build a library > (.cma or .cmxa) of all the object files, and thereby avoid having to > do the topological sort, since the linking phase does it for you. It doesn't. The objects must be put into the library in the required order. They're always linked in that order. All the linkage phase does is omit uneeded objects. -- John Skaller, mailto:skaller@users.sf.net voice: 061-2-9660-0850, snail: PO BOX 401 Glebe NSW 2037 Australia Checkout the Felix programming language http://felix.sf.net ------------------- 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