User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)
Thomas Degris wrote:
As, you can see, it works well for the first library loaded but never
for the second. Any hint to explain/solve this problem will be greatly
appreciate.
Build loadable modules with the -module flag to gnu libtool and things
should work better.
For example:
libstutils_la_LDFLAGS = `$(XML2CONFIG) --libs` -module -avoid-version
Alternatively, limit yourself to 10.3 or later, use a recent stable GNU
libtool and set MAC_OSX_DEPLOYMENT_TARGET to 10.3 during configure and build
and things should work okay.