search for: ppidellsc1420

Displaying 3 results from an estimated 3 matches for "ppidellsc1420".

2008 Feb 20
3
[LLVMdev] llvm-2.2 cannot be successfully built with 'make ENABLE_OPTIMIZED=1'
My platform is RedHat Enterprise 5, as shown below: [wuxi at ppidellsc1420 lib]$ uname -a Linux ppidellsc1420 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:21 EST 2007 i686 i686 i386 GNU/Linux and I install gcc-4.2.3, as shown below: [wuxi at ppidellsc1420 lib]$ g++ -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.2.3/configure --prefi...
2008 Feb 20
0
[LLVMdev] llvm-2.2 cannot be successfully built with 'make ENABLE_OPTIMIZED=1'
Hello, Andrew, > I have checked by libstdc++, with a higher version: > > [wuxi at ppidellsc1420 lib]$ rpm -q libstdc++ > > libstdc++-4.1.1-52.el5 It is lower version. You should use newer version (the one, you've built during gcc 4.2.3 compilation) for the binaries built with new compiler. There are two solutions: 1. Build new gcc with --disable-shared, which will lead to huge bin...
2008 Feb 20
0
[LLVMdev] llvm-2.2 cannot be successfully built with 'make ENABLE_OPTIMIZED=1'
Hi, > But when I use 'make ENABLE_OPTMIZED=1', the compilation fails with the spelling mistake: should be ENABLE_OPTIMIZED not ENABLE_OPTMIZED. > message: > > /home/wuxi/llvm-2.2/llvm-objects-opt/Release/bin/tblgen: > /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by > /home/wuxi/llvm-2.2/llvm-objects-opt/Release/bin/tblgen) The