From: Michael Ekstrand <michael@elehack.net>
To: caml-list@inria.fr
Subject: Re: Linking with libstdc++.so
Date: Mon, 28 Jun 2010 17:50:48 -0400 [thread overview]
Message-ID: <i0b5fp$o5a$1@dough.gmane.org> (raw)
In-Reply-To: <1277759606.4c29107687612@http.citycable.ch>
On 06/28/2010 05:13 PM, Guillaume Yziquel wrote:
> Hello.
>
> I've been trying to compile a library with C++. With something like:
>
> ocamlc -verbose -a -dllib dllmystuff_stubs.so -dllib libstdc++ -o myStuff..cma myStuff.cmo
>
> However, on Debian systems, there is a libstdc++.so.5 and a libstdc++.so.6 file. No
> libstdc++.so file. So the -dllib libstdc++ option doesn't locate properly the library. How do you
> manage to have more control over the name of the library without resorting to using an ugly
> symlink in /usr/lib/ocaml/stublibs?
>
> All the best,
I have been able to link against libstdc++ by using -lstdc++ (rather
than -dllib). This is on an Ubuntu machine with the standard
development packages installed. Also, I use ocamlmklib rather than
directly running ocamlc to build my cma file; I don't expect that this
makes a difference for this particular problem, but is something worth
considering (and IMO easier).
- Michael
next prev parent reply other threads:[~2010-06-28 21:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-28 21:13 Guillaume Yziquel
2010-06-28 21:50 ` Michael Ekstrand [this message]
2010-06-29 6:19 ` [Caml-list] " Török Edwin
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='i0b5fp$o5a$1@dough.gmane.org' \
--to=michael@elehack.net \
--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