search for: eliseuf

Displaying 5 results from an estimated 5 matches for "eliseuf".

Did you mean: eliseu
2010 Mar 17
2
[LLVMdev] Help with building LLVM 2.6 GCC
...my gcc version is 4.2.1 2. I've unpacked llvm-gcc-4.2-2.6.source.tar.gz under the llvm-gcc directory. I've also created two subdirectories called "install" and "obj" under the same llvm-gcc. 3. Then I did the following, based on README.LLVM : %setenv LLVMOBJDIR /home/eliseuf/llvm/llvm-gcc/obj %cd obj %../llvm-gcc4.2-2.6.source/configure --prefix=`pwd`/../install --program-prefix=llvm- --enable-llvm=$LLVMOBJDIR --enable-languages=c --disable-multilib %gmake 4. Result: gmake aborts with the message: configure: error: You must specify valid path to your LLVM tree with -...
2010 Mar 18
2
[LLVMdev] Help with building LLVM 2.6 GCC
Hi Aaron, Duncan Thanks for the answers. >From Duncan's e-mail, I've tried to build llvm-2.6. First problem was a missing dependence on lbffi.so.4. But I've downloaded the source from redhat, compiled and passed that point. Now I have another missing dependence on GLIBCXX_3.4.9. The version in my system is 3.4.6-11. I've been looking around for a 3.4.9 rpm for redhat, could
2010 Mar 18
0
[LLVMdev] Help with building LLVM 2.6 GCC
Hi Eliseu, > Now I have another missing dependence on GLIBCXX_3.4.9. The version in > my system is 3.4.6-11. how does this missing dependence manifest itself? Ciao, Duncan.
2010 Mar 17
0
[LLVMdev] Help with building LLVM 2.6 GCC
...I've unpacked llvm-gcc-4.2-2.6.source.tar.gz under the llvm-gcc > directory. I've also created two subdirectories > called "install" and "obj" under the same llvm-gcc. > > 3. Then I did the following, based on README.LLVM : > > %setenv LLVMOBJDIR /home/eliseuf/llvm/llvm-gcc/obj first you need to build llvm itself. LLVMOBJDIR points to where you built llvm, not where you are planning to build llvm-gcc. Ciao, Duncan.
2010 Apr 01
3
[LLVMdev] Help with building LLVM 2.6 GCC
...gcc-4.2-2.6.source.tar.gz under the llvm-gcc >> directory. I've also created two subdirectories >> called "install" and "obj" under the same llvm-gcc. >> >> 3. Then I did the following, based on README.LLVM : >> >> %setenv LLVMOBJDIR /home/eliseuf/llvm/llvm-gcc/obj > > first you need to build llvm itself. LLVMOBJDIR points to where you > built llvm, not where you are planning to build llvm-gcc. > > Ciao, > > Duncan. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at...