caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] -thread and ocamlc vs ocamlc.opt
@ 2002-01-13 21:39 Pixel
  2002-01-16 16:03 ` Xavier Leroy
  0 siblings, 1 reply; 7+ messages in thread
From: Pixel @ 2002-01-13 21:39 UTC (permalink / raw)
  To: caml-list

% ocamlc -thread threads.cma
% ocamlc.opt -thread threads.cma
Error on dynamically loaded library: /usr/lib/ocaml/dllthreads.so: undefined symbol: extern_sp
% ocamlopt -thread threads.cmxa                           
Cannot find file threads.cmxa

Questions:
- in which case are ocamlc and ocamlc.opt not equivalent?

- in which case are xxx and xxx.opt not equivalent? 
At least, it seems camlp4o.opt is pretty useless (one gets "native-code
program cannot do a dynamic load")

I've been trying to reduce the size of the ocaml rpm which is getting quite
huge (27MB), and doing
  for i in /usr/bin/*.opt ; do
    ln -s `basename $i` `echo $i | sed "s/.opt$//"`
  done
helps!

- should threads.cmxa be included somehow/somewhere? The doc says
    ocamlopt -thread other options threads.cmxa other files
  is that wrong?


Thanks!
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-01-16 16:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-13 21:39 [Caml-list] -thread and ocamlc vs ocamlc.opt Pixel
2002-01-16 16:03 ` Xavier Leroy
2002-01-16 16:29   ` Sven
2002-01-16 16:38     ` Patrick M Doane
2002-01-16 16:43     ` Xavier Leroy
2002-01-16 16:46       ` Sven
2002-01-16 16:53   ` Pixel

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).