Trying to compile without multilibs.
Seems to go fine!
In between i see a 3 warnings that stage2 and stage3 have a difference.
but that didn't stop me from doing a make install :)
Thanks!
Vincent
On Apr 16, 2012, at 1:19 AM, Jonathan Wakely wrote:
On 15 April 2012 23:24, Vincent Diepeveen <diep@xxxxxxxxx> wrote:
hi,
It's not possible to install any of the packages glibc-* from
ftp://mirror.switch.ch/pool/1/mirror/scientificlinux/6rolling/i386/
os/Packages
basically it says each time in so many words the package manager
that there
is a conflict between the same packages i686 and x64,
as of course i'm x64 here.
Oops, yes, sorry, you'll need the one from the x86_64 repo:
ftp://mirror.switch.ch/pool/1/mirror/scientificlinux/6rolling/
x86_64/os/Packages/glibc-2.12-1.47.el6.i686.rpm
That's the 32-bit package for 64-bit systems.
Is there a way to compile GCC in a manner it doesn't need
stubs-32.h, as i'm
64 bits here?
You could configure GCC with --disable-multilib but I'd suggest
installing the glibc-devel.i686 RPM instead.