This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC build of HEAD failed for native with your patch on 2005-09-29T21:00:04Z.



On 30/09/2005, at 7:46 AM, GCC regression checker wrote:


With your recent patch, GCC HEAD does not compile on:
 native
Attached is build output for those targets.

The build failures are new.

For more information, see http://gcc.gnu.org/regtest/.


<ChangeLog.diff> <native-log.txt>

This counts as a build failure because every test in the libffi testsuite is failing. When I try, the failures are all due to 'excess errors', and the excess error is:


/usr/bin/ld: warning can't open dynamic library: /usr/local/lib/ libgcc_s.1.dylibreferenced from: /Volumes/Data/build/egcs-mainline/ powerpc-apple-darwin8.2.0/./libffi/.libs/libffi.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)

and this is because the link line explicitly says '-lgcc_s', which no longer does the right thing. I think it's doing this as a poor substitute for not properly setting DYLD_LIBRARY_PATH etc.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]