caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] linking order of C libraries.
@ 2004-02-11  9:21 Yamagata Yoriyuki
  2004-02-11 12:37 ` Jacques Garrigue
  2004-02-20 19:33 ` ecc+
  0 siblings, 2 replies; 3+ messages in thread
From: Yamagata Yoriyuki @ 2004-02-11  9:21 UTC (permalink / raw)
  To: caml-list

It would be dumb to ask, but what is the effect of order in which C
libraries are given to ocamlc?  I ask because when I gave the command
line something like

 ocamlc -custom -I +camlp4 -I .. -I ../lib gramlib.cma -o mana\
 swig.cmo stub_helpers.o stub_wrap.o stub.cmo mana.cmo parse.cmo\
 ../lib/libchasen.a -cclib -lstdc++

then it succeeded, but if I gave

ocamlc -custom -I +camlp4 -I .. -I ../lib gramlib.cma -o mana\
../lib/libchasen.a swig.cmo stub_helpers.o stub_wrap.o stub.cmo\
mana.cmo parse.cmo -cclib -lstdc++

then it emits a lot of "undefined reference" errors.  (Only difference
is the location of ../lib/libchasen.a)

Is there a documentation I have overlooked?

--
Yamagata Yoriyuki

-------------------
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:[~2004-02-20 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-11  9:21 [Caml-list] linking order of C libraries Yamagata Yoriyuki
2004-02-11 12:37 ` Jacques Garrigue
2004-02-20 19:33 ` ecc+

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).