This is the mail archive of the gcc-bugs@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]

Re: objc failures on branch


Nicola Pero <n.pero@mi.flashnet.it> writes:

> > For i686-linux I get the following failures on the branch:
[...]
> 
> Since *all* your objc tests are failing in the branch, there might be some
> other basic problem with objc ?  <such as not finding -lobjc or not
> finding objc system include files or not finding the thread library or
> something of this kind>

Thanks!  You're right, It can't find libgcc_s.so.0.  I'm using a
chroot that doesn't contain libgcc_s.so.0:

/usr/bin/ld: warning: libgcc_s.so.0, needed by /usr/src/packages/BUILD/gcc/obj/i486-suse-linux/libobjc/.libs/libobjc.so, not found (try using -rpath or -rpath-link)
/usr/src/packages/BUILD/gcc/obj/i486-suse-linux/libobjc/.libs/libobjc.so: undefined reference to `__eprintf@GCC_3.0'
collect2: ld returned 1 exit status
compiler exited with status 1

Ok, we've got to fix the testsuite - but how?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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