Browse thread
[Caml-list] [long] not-so-static binaries on Mac OS X
-
Stefano Zacchiroli
-
Xavier Leroy
-
Stefano Zacchiroli
- Jacques Garrigue
-
Stefano Zacchiroli
-
Xavier Leroy
[
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: | Jacques Garrigue <garrigue@k...> |
| Subject: | Re: [Caml-list] [long] not-so-static binaries on Mac OS X |
From: Stefano Zacchiroli <zack@bononia.it> > On Tue, Jul 08, 2003 at 05:10:59PM +0200, Xavier Leroy wrote: > > I'd suggest you investigate the following options: > > Thanks for pointing them out. > > > - ocamlopt -noautolink > > This is not enough in my case because not all "-l" switches are coming > from .cma libraries. For example "-ldl" is coming directly from the > Config of the ocaml compiler module. This -ldl is only there for dynamic loading of shared libraries. You can remove it from config/Makefile, but you must also remove #define SUPPORT_DYNAMIC_LINKING from config/s.h. In ocaml 3.07, this nasty dependency on fink's dlcompat has been removed, dynamic loading using the native darwin API. Not yet released, but you can already get a preview from the ocaml CVS. Jacques Garrigue ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners