Hi,

under jaguar with gcc version 3.3 qt3 refuses to build.
Upon fink install qt3 I get the error message:

ld: warning -dylib_install_name /sw/lib/libqt-mt.3.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib/fink/prebound/seg_addr_table
ld: warning prebinding disabled because dependent library: /sw/lib/libz.1.dylib is not prebound
ld: Undefined /usr/bin/libtool: symbols:
_FT_Access_Frame
_FT_Forget_Frame
_FT_Get_Long
_FT_Get_Short
_FT_Seek_Stream
internal link edit command failed
make[1]: *** [../lib/libqt-mt.3.2.2.dylib] Error 1
make: *** [sub-src] Error 2
### execution of /var/tmp/tmp.2.vz2w4a failed, exit code 2
Failed: compiling qt3-3.2.2-1 failed

Because of the libz being not prebound and remembering problems with my libz I renamed them to:


ls -l /sw/lib/libz.*
-rwxr-xr-x 1 root admin 60380 Sep 19 13:05 /sw/lib/libz.1.1.3.dyliba
lrwxr-xr-x 1 root admin 16 Nov 10 16:51 /sw/lib/libz.1.dyliba -> libz.1.1.3.dylib
lrwxr-xr-x 1 root admin 16 Nov 10 16:51 /sw/lib/libz.dyliba -> libz.1.1.3.dylib

Now i get the following error messages:


ld: warning -dylib_install_name /sw/lib/libqt-mt.3.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib/fink/prebound/seg_addr_table
ld: warning prebinding disabled because dependent library: /sw/lib/libfreetype.6.dylib is not prebound
ld: Undefined symbols:
_FT_Access_Frame
_FT_Forget_Frame
_FT_Get_Long
_FT_Get_Short
_FT_Seek_Stream
/usr/bin/libtool: internal link edit command failed
make[1]: *** [../lib/libqt-mt.3.2.2.dylib] Error 1
make: *** [sub-src] Error 2
### execution of /var/tmp/tmp.2.vRasvK failed, exit code 2
Failed: compiling qt3-3.2.2-1 failed

Does anybody know how to fix this? Regards kp -- superegos talker


------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to