Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* Native Module Linking
@ 2004-11-09 18:38 Nicolas Cannasse
  2004-11-09 21:37 ` [Caml-list] " skaller
  2004-11-10  1:47 ` Jacques Garrigue
  0 siblings, 2 replies; 7+ messages in thread
From: Nicolas Cannasse @ 2004-11-09 18:38 UTC (permalink / raw)
  To: caml-list

Hi,

I have a project that is structured like this :
- a library with one Entry module and several Plugins
- an application using the library.

In the application I'm doing the following :

open Entry;
open Plugin1;
open Plugin2;
....
(* use "Entry" *)

Plugins are using Entry, and application is only activating plugins with
"open" (in order to ensure they're linked).
On windows everything works well but looks like on Linux some configurations
are not linking the plugins (at least in opt mod : ocamlopt myLib.cmxa
myApp.ml ). And I can't use the -linkall because I'm using other libraries
that I want to partially link . Is this a bug, a feature, or a
misunderstanding ?

Regards,
Nicolas Cannasse


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

end of thread, other threads:[~2004-11-10  6:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-09 18:38 Native Module Linking Nicolas Cannasse
2004-11-09 21:37 ` [Caml-list] " skaller
2004-11-09 21:56   ` Nicolas Cannasse
2004-11-09 23:57     ` skaller
2004-11-10  1:47 ` Jacques Garrigue
2004-11-10  5:44   ` Nicolas Cannasse
2004-11-10  6:59     ` skaller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox