Re: [Fink-users] qt3-shlibs linking error

2002-05-11 Thread Martin Costabel
Derek Homeier wrote: dyld: /Volumes/Galapagos/src/qt3-3.0.4-3/qt-x11-free-3.0.4/bin/uic version mismatch for library: /sw/lib/libfreetype.6.dylib (compatibility version of user: 6.2.0 greater than library's version: 0.0.0) Strange. otool -L /sw/lib/libfreetype.6.dylib shows me compatibility

[Fink-users] qt3-shlibs linking error

2002-05-11 Thread Dave Vasilevsky
mv libqui.1.0.0.dylib libqui.dylib libqui.1.dylib libqui.1.0.dylib ../../../lib/ cd designer make -f Makefile /Volumes/Galapagos/src/qt3-3.0.4-3/qt-x11-free-3.0.4/bin/uic dbconnections.ui -o dbconnections.h dyld: /Volumes/Galapagos/src/qt3-3.0.4-3/qt-x11-free-3.0.4/bin/uic version

Re: [Fink-users] qt3-shlibs linking error

2002-05-11 Thread Derek Homeier
What matters isn't whether ksh is installed now, but whether it was installed (and used) when you built freetype2. You might want to remove other shells besides zsh and sh from /bin, and then do 'fink rebuild freetype2'. See if that changes the results of otool -L. Note that this

[Fink-users] qt3-shlibs linking error

2002-05-10 Thread Derek Homeier
Greetings, I have been unable to build qt3 (or rather qt3-shlibs, I assume), because of a failure to link to libfreetype: mv libqui.1.0.0.dylib libqui.dylib libqui.1.dylib libqui.1.0.dylib ../../../lib/ cd designer make -f Makefile /Volumes/Galapagos/src/qt3-3.0.4-3/qt-x11-free-3.0.4/bin/uic