-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I have been trying to upgrade my gcc 4.3.0 to 4.4 or higher. My initial attempt was with 4.6.1, which I have been told will not compile on anything lower than 4.4.5.
After not being able to resolve issues with compiling 4.6.1, I noticed this git was available. With both 4.6.1 and 4.5.2-PS3, I am getting the same issue on make: http://pastie.org/private/nby2e0m02bjrdfhl7ciixq
This is the output of my ./configure http://pastie.org/private/0i6lbatykvhuisltldor7w
Here is some more information about my environment:
[melon@bifrost gcc-4.5.2-PS3]$ gcc -v
Using built-in specs.
Target: ppc64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --enable-secureplt --with-long-double-128 --build=ppc64-redhat-linux --target=ppc64-redhat-linux --with-cpu=default32
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
[melon@bifrost gcc-4.5.2-PS3]$ uname -a
Linux bifrost 2.6.39.2-ps3 #1 SMP Sat Jul 2 20:41:31 CDT 2011 ppc64 ppc64 ppc64 GNU/Linux
Any help resolving this issue and getting a version of gcc 4.4 or greater on my PS3 would be much appreciated :D