Browse thread
caml_atom_table bug still present in ocaml 3.11.0
-
Alexy Khrabrov
- Damien Doligez
- Erick Tryzelaar
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Erick Tryzelaar <idadesub@u...> |
| Subject: | Re: [Caml-list] caml_atom_table bug still present in ocaml 3.11.0 |
2008/12/7 Alexy Khrabrov <deliverable@gmail.com>: > When compiling with ocamlopt from 3.11 on Mac OSX 10.5, I got errors about > undefined symbols: caml_atom_table and caml_static_data_start, and googled > out this: > http://caml.inria.fr/pub/ml-archives/caml-list/2005/05/e3905eefb5bca0ae534f009bbd2727b0.en.html I was able to compile it fine on the mac (through macports) with these args: ./configure -prefix /opt/local unset LD_PREBIND LD_PREBIND_ALLOW_OVERLAP && make world.opt What are you using? And what version of gcc? Mine's set to 4.0.1.