From: Yamagata Yoriyuki <yoriyuki@mbg.ocn.ne.jp>
To: caml-list@inria.fr
Subject: [Caml-list] linking order of C libraries.
Date: Wed, 11 Feb 2004 18:21:15 +0900 (JST) [thread overview]
Message-ID: <20040211.182115.77398924.yoriyuki@mbg.ocn.ne.jp> (raw)
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
next reply other threads:[~2004-02-11 9:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-11 9:21 Yamagata Yoriyuki [this message]
2004-02-11 12:37 ` Jacques Garrigue
2004-02-20 19:33 ` ecc+
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040211.182115.77398924.yoriyuki@mbg.ocn.ne.jp \
--to=yoriyuki@mbg.ocn.ne.jp \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox