caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Guillaume Yziquel <guillaume.yziquel@citycable.ch>
To: caml-list@inria.fr
Subject: Linking with libstdc++.so
Date: Mon, 28 Jun 2010 23:13:26 +0200	[thread overview]
Message-ID: <1277759606.4c29107687612@http.citycable.ch> (raw)

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,

Guillaume Yziquel.


             reply	other threads:[~2010-06-28 21:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-28 21:13 Guillaume Yziquel [this message]
2010-06-28 21:50 ` Michael Ekstrand
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=1277759606.4c29107687612@http.citycable.ch \
    --to=guillaume.yziquel@citycable.ch \
    --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;
as well as URLs for NNTP newsgroup(s).