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/48392] [regression] bootstrap errors on an x86_64-unknown-linux-gnu, slackware 13.0 box


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).


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