[
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: | Alain Frisch <alain@f...> |
| Subject: | Re: [Caml-list] Compiling a shared library with amd64 |
Jonathan Marchand wrote: > But I still have issues with the ocaml libraries. I don't know how to > compile the standard library from the ocaml tarball with -fPIC. You should try the current CVS version of OCaml. Under AMD64, ocamlopt now produces PIC code by default. -- Alain