tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Broken shared libraries in OS X



Hello,

After the recent libtool upgrade, I cannot build shared libraries any
more in OS X 10.5 (both intel and ppc).  I've been looking at this for
a while and found that configuring libtool *without* the pkgsrc
wrappers results in:

$ ./libtool --features
host: powerpc-apple-darwin9.8.0
enable shared libraries
enable static libraries

However, if it's compiled against the wrappers (I tried both through
pkgsrc and by specifying the wrappers directory in the path):

$ ./libtool --features
host: powerpc-apple-darwin9.8.0
disable shared libraries
enable static libraries

The output of configure, compared for both runs (with and without
wrappers) doesn't show any relevant difference.

As you can imagine, this breaks many packages...

Any ideas?

-- 
Julio Merino


Home | Main Index | Thread Index | Old Index