Has anybody built a shared library of the jpeg-6b library for
OS X? I tried adding --enable-shared as an argument to
./configure, but that tries to execute ./libtool that doesn't
exist.
I did find something online that suggested:
cd jpeg-6b
cp /usr/share/libtool/config.* .
./configure --enable-shared
and that got further, but it:
1. Still built only libjpeg.a and libjpeg.dylib.
2. Built libjpeg.a wrong in that in did ar *.lo and not .o.
Any help?
- Paul
P.S.: Yes, I need to build libjpeg from source since I've added
custom altivec patches.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Unix-porting mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/unix-porting/email@hidden
This email sent to email@hidden