risc wrote:

[]
gcc -dynamiclib -undefined dynamic_lookup -o .libs/libImlib2.1.1.0.dylib scale.lo image.lo blend.lo file.lo rgbadraw.lo api.lo updates.lo colormod.lo format.lo grad.lo rotate.lo filter.lo script.lo dynamic_filters.lo color_helpers.lo font_main.lo font_load.lo font_query.lo font_draw.lo color.lo context.lo draw.lo grab.lo rend.lo rgba.lo ximage.lo -all_load ../libltdl/.libs/libltdlc.al -L/usr/X11R6/lib -L/sw/lib -ldl -lXext -lXext -lX11 -lfreetype -lc -install_name /sw/lib/libImlib2.1.dylib -compatibility_version 3 -current_version 3.0
ld: warning -dylib_install_name /sw/lib/libImlib2.1.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib/fink/prebound/seg_addr_table
ld: Undefined symbols:
___setonlyClocaleconv referenced from CoreFoundation expected to be defined in libSystem

This is strange, because
- this symbol is indeed defined in Panther's libSystem.dylib and
- there is "-lc" on the command line which normally is resolved by /usr/lib/libc.dylib
- which is a symlink to libSystem.dylib.


One of these things must be different on your system. What gives

nm /usr/lib/libSystem.dylib |grep setonlyClocaleconv

Do you perhaps have some other libc.dylib in /usr/local/lib/?

--
Martin




------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to