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]
Other format: [Raw text]

[Bug bootstrap/34464] Link error when building on ppc970/Debian etch 4.0 (for ppc64)



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-12-14 17:48 -------
This:
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.so when searching for
-lc

means you don't have the 32bits library installed (really for PPC, you should
be using almost all the time 32bits).  Anyways use --disable-multilib to
disable the 32bit libraries.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal
             Status|UNCONFIRMED                 |RESOLVED
          Component|c                           |bootstrap
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34464


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