This is the mail archive of the gcc-help@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]

Re: GCC 4.7 build problems


On 15 April 2012 23:24, Vincent Diepeveen <diep@xs4all.nl> 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.


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