search for: enable_optm

Displaying 2 results from an estimated 2 matches for "enable_optm".

Did you mean: enable_ept
2008 Feb 20
3
[LLVMdev] llvm-2.2 cannot be successfully built with 'make ENABLE_OPTIMIZED=1'
...gcc version 4.2.3 I follow the command: CXX=PATH_TO_MY_G++ ../llvm/configure -prefix=/usr/local To configure llvm And next when I use 'make ENABLE_OPTIMIZED=0', it can successfully build llvm, with the warning that I may get 10 times slower. But when I use 'make ENABLE_OPTMIZED=1', the compilation fails with the 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) I have checked by libstdc++, with a higher...
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/...