This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/48392] [regression] bootstrap errors on an x86_64-unknown-linux-gnu, slackware 13.0 box
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 31 Mar 2011 17:19:11 +0000
- Subject: [Bug bootstrap/48392] [regression] bootstrap errors on an x86_64-unknown-linux-gnu, slackware 13.0 box
- Auto-submitted: auto-generated
- References: <bug-48392-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48392
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-03-31 17:19:09 UTC ---
(In reply to comment #2)
> I configured with:
>
> ../gcc/configure --host=i686-pc-linux-gnu
You are configuring for a cross compiler which I doubt you want anyways. Just
remove the --host part and install the 32bit glibc (or use --disable-mutlilib).