------- Comment #28 from geoffk at geoffk dot org 2005-11-19 04:40 ------- Subject: Re: Can't link 64-bit shared libraries with Xcode 2.1
On 18/11/2005, at 6:42 PM, lucier at math dot purdue dot edu wrote: > ------- Comment #27 from lucier at math dot purdue dot edu > 2005-11-19 02:42 ------- > Subject: Re: Can't link 64-bit shared libraries with Xcode 2.1 > > I don't know what Apple's priorities are here, but it would be really > nice to get 64-bit dynamic libraries working on Darwin. (Or maybe > they do work, and I'm just running into a dark corner case here.) They do work. It appears to be a linker bug. You can work around it by adding explicit -L paths to GCC's library directories, which do not contain '../'. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22082