yes I could do that too. Do you think it would fix the second problem?
---------- Post added at 06:35 PM ---------- Previous post was at 05:18 PM ----------
The
Code:
strings /usr/lib64/libstdc++.so.6.0.17 | grep -i __cxa_call_unexpected
didn't work.
I'm going to try to use a pre compiled version...
---------- Post added at 06:42 PM ---------- Previous post was at 06:35 PM ----------
Code:
$ sudo yum localinstall --nogpgcheck *.rpm
Loaded plugins: langpacks, presto, refresh-packagekit
Examining gcc-4.4.4-10.fc12.x86_64.rpm: gcc-4.4.4-10.fc12.x86_64
gcc-4.4.4-10.fc12.x86_64.rpm: does not update installed package.
Nothing to do
Back to compiling...
---------- Post added at 06:45 PM ---------- Previous post was at 06:42 PM ----------
Here is how I'm going to compile.
Code:
/home/ryan/source/configure --prefix=/usr/local/gcc447 \--program-suffix=-4.4 --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --enable-languages=c,c++
---------- Post added at 07:02 PM ---------- Previous post was at 06:45 PM ----------
I just found out that Cuda 5 can use gcc 4.6.1. I'm going to compile it.
---------- Post added at 11:30 PM ---------- Previous post was at 07:02 PM ----------
I keep getting this:
Code:
checking for the correct version of the gmp/mpfr/mpc libraries... no
configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
I downloaded and installed gmp mpc and mpfr and that didn't fix it.