Well... actually I also have this set-up that I forgot all about...

/usr/local/lib is symlinked to /Developer/SDKs/MacOSX10.3.0.sdk/usr/lib/
as is /usr/local/include
/usr/local/include -> /Developer/SDKs/MacOSX10.3.0.sdk/usr/include/

It was done to please OpenOffice.

Martin Costabel spoke::
> risc wrote:
>
>> -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/?
>

Reply via email to