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


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.


Is there a way to compile GCC in a manner it doesn't need stubs-32.h, as i'm 64 bits here?

Can i compile gcc x64 only somehow?
Would it help if i kick out Java?

In http://gcc.gnu.org/install/configure.html i'm looking there but don't know which one to use.



On Apr 16, 2012, at 12:03 AM, Jonathan Wakely wrote:

On 15 April 2012 22:59, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
On 15 April 2012 22:52, Vincent Diepeveen <diep@xs4all.nl> wrote:
Thanks Jonathan!

Google gave me how to add the DVD-rom to the repository, it's indexing the
4428 rpm's there now
from the i386 dvd1 of Scientific Linux


Hope it installs the glibc-devel.i868 then and that this solves the problem!

If you don't want to wait you could just grab that RPM, either from
the DVD or the internet, with
wget ftp://mirror.switch.ch/pool/1/mirror/scientificlinux/6rolling/ i386/updates/security/glibc-devel-2.12-1.47.el6_2.9.i686.rpm

Actually to match your existing 64-bit glibc I think that should be


wget ftp://mirror.switch.ch/pool/1/mirror/scientificlinux/6rolling/ i386/os/Packages/glibc-2.12-1.47.el6.i686.rpm

then install it with
yum localinstall glibc-devel-2.12-1.47.el6_2.9.i686.rpm


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