Le 8 déc. 05, à 10:50, Stéphane Magnenat a écrit :
Bug found. Have a look at src/Makefile.am and you'll see why
-enable-static
try to link /usr/lib stuff.
Ok, I see it.
So there is definitively a bug there: the
-enable-static only works on Linux. So either you add a
-enable-static-osx
with your own libs, which is not clean but will work, or we try to fix
this
-enable-static.
I would prefer to fix the -enable-static, but I don't know anything to
autoconf...
For now I will just change the src/Makefile.am to work with my paths
in order to have a working binary...
End, wait just a question the existing -enable-static link to libz.a
but libz isn't under the GPL, so I think that's not allowed. Am I right
? But a shared library of libz is installed on Mac OS X so I wouldn't
need to statically link it. Well if only I manage to change all this
Makefile thing to statically link against all but not on zlib...
_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel