caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Robert Roessler <roessler@rftp.com>
To: Caml-list <caml-list@inria.fr>
Subject: ocamlc vs ocamlc.opt?
Date: Wed, 31 Jan 2007 14:16:55 -0800	[thread overview]
Message-ID: <45C11557.10704@rftp.com> (raw)

I just ran into a problem where building a bytecode executable failed 
with findlib ("ocamlfind ocamlc ...") but the equivalent non-findlib 
command worked.  Then I saw that I could force the same error message 
in my non-findlib build by just matching findlib's ocamlc.opt, while I 
had used ocamlc.

The command line is:
ocamlc -o bait -I +lablgtk2 -I +lablscintilla -thread threads.cma 
lablgtk.cma gtkInit.cmo scintilla.cma bait.ml

which works fine.  Changing ocamlc to ocamlc.opt yields:
Error on dynamically loaded library: 
/usr/lib/ocaml/stublibs/dlllablscintilla.so: undefined symbol: 
caml_names_of_builtin_cprim

This is on FC6, with a Yum-installed OCaml 3.09.3 package.  Both of 
the versions of the compiler identify themselves as 3.09.3 with the 
same standard library location, and both were built on Dec 2 of 2006.

So should the versions of ocamlc behave the same excepting performance 
issues, or ?

Robert Roessler
roessler@rftp.com
http://www.rftp.com


             reply	other threads:[~2007-01-31 22:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-31 22:16 Robert Roessler [this message]
2007-02-03  0:21 ` [Caml-list] " Aleksey Nogin
2007-02-03  8:56   ` Robert Roessler
     [not found] ` <95513600702010017y2f4ab9eex18b2fa3a52c987e@mail.gmail.com>
2007-02-14  0:31   ` Robert Roessler
2007-02-14 10:15     ` Robert Roessler

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=45C11557.10704@rftp.com \
    --to=roessler@rftp.com \
    --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).