This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/34464] Link error when building on ppc970/Debian etch 4.0 (for ppc64)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Dec 2007 17:48:28 -0000
- Subject: [Bug bootstrap/34464] Link error when building on ppc970/Debian etch 4.0 (for ppc64)
- References: <bug-34464-15521@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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