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
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" simpl
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 sho
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
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