caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Igor Pechtchanski <pechtcha@cs.nyu.edu>
To: Christian Stork <cstork@ics.uci.edu>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] CamlIDL question
Date: Wed, 26 Oct 2005 01:03:45 -0400 (EDT)	[thread overview]
Message-ID: <Pine.GSO.4.63.0510260101220.18778@slinky.cs.nyu.edu> (raw)
In-Reply-To: <20051025222612.GA14471@anthony.ics.uci.edu>

On Tue, 25 Oct 2005, Christian Stork wrote:

> I must be making a stupid mistake but I just don't see it.  I put together a
> simple example that shows the problem.  Even though the camlidl library is
> found its symbol "camlidl_free" is not.  How can that be?  Can anybody
> reproduce the problem or is this some hickup on my system?
>
> Here's what make produces (all files attached):
> [snip]
> make extest
> ocamlc -verbose -custom -cclib -lcamlidl -o extest \
>     ex.o ex_stubs.o ex.cmo extest.cmo

Shouldn't this be

ocamlc -verbose -custom -cclib -o extest \
    ex.o ex_stubs.o ex.cmo extest.cmo -lcamlidl

instead?  Libraries should follow objects that refer to them...
HTH,
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA


  reply	other threads:[~2005-10-26  5:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-25 22:26 Christian Stork
2005-10-26  5:03 ` Igor Pechtchanski [this message]
2005-10-26 11:11   ` [Caml-list] " Christian Stork
  -- strict thread matches above, loose matches on Subject: below --
2002-10-07 14:02 Yurii A. Rashkovskii
2002-10-13  8:48 ` Xavier Leroy
2002-10-13 17:10   ` Dmitry Bely
2002-10-13 23:12     ` Chris Hecker

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=Pine.GSO.4.63.0510260101220.18778@slinky.cs.nyu.edu \
    --to=pechtcha@cs.nyu.edu \
    --cc=caml-list@inria.fr \
    --cc=cstork@ics.uci.edu \
    /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).