Re: [Fink-devel] Need help to compile plugins

2005-12-28 Thread Michèle Garoche
Le 27 déc. 2005 à 14:52, Martin Costabel a écrit : Michèle Garoche wrote: I try to compile a package which constructs three plugins during the compilation. [] $(PLUGIN): $(OBJECTS) $(LIBTOOL) --mode=link $(CC) -module $(LIBS) -shared -o $@ $ (LOBJECTS) What happens if you remove the

Re: [Fink-devel] Need help to compile plugins

2005-12-28 Thread Martin Costabel
Michèle Garoche wrote: Le 27 déc. 2005 à 14:52, Martin Costabel a écrit : [] What happens if you remove the -shared from this line? It does not change anything, apart that it does not tell that -shared is undefined of course. Libtool should recognize the -module flag and translate it to

Re: [Fink-devel] Need help to compile plugins

2005-12-28 Thread Michèle Garoche
Le 28 déc. 2005 à 10:27, Martin Costabel a écrit : Michèle Garoche wrote: Le 27 déc. 2005 à 14:52, Martin Costabel a écrit : [] What happens if you remove the -shared from this line? It does not change anything, apart that it does not tell that - shared is undefined of course. Libtool

Re: [Fink-devel] Need help to compile plugins

2005-12-28 Thread Peter O'Gorman
On Dec 27, 2005, at 1:52 PM, Martin Costabel wrote: -Wl,-bind_at_load -flat_namespace -undefined suppress -bundle If you want to have a two-level image (and don't get an answer from pogma explaining how to talk to libtool in its native language), you can replace the -module -shared simply

[Fink-devel] Re: dists/10.4-transitional/unstable/crypto/finkinfo monotone-viz.info,1.1,1.2

2005-12-28 Thread David R. Morrison
Corey, I wanted to explain about the openssl dependency in this package. The package's build system wants to link in the static library libcrypto.a . I attempted to compile it with system-openssl-dev as a build dependency, but that didn't work, since Apple has only supplied the dynamic