Displaying 1 result from an estimated 1 matches for "readn".
Did you mean:
read
2008 Dec 13
2
[LLVMdev] internal compiler error problem in build llvm-gcc
...ory
`/home/cllou/LLVM/llvm-2.4-dir/llvm-gcc4.2-2.4_obj'
make: *** [all] Error 2
=============================================================================================================================
Both of the LLVM and llvm-gcc were downloaded form svn
We do some instruction commands in READNE.LLVM
1. ../llvm/configure --prefix=/home/cllou/LLVM/llvm-2.4-dir/llvm_install/
--enable-optimized
2. make ENABLE_OPTIMIZED=1
and build the LLVM successfully.
3. ../llvm-gcc/configure
--prefix=/home/cllou/LLVM/llvm-2.4-dir/llvm_gcc_install/
--program-prefix=llvm- --enable-llvm=/home/cllou/LLVM/llvm...