search for: eliseu

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

Did you mean: elise
2010 Mar 18
2
[LLVMdev] Help with building LLVM 2.6 GCC
...system is 3.4.6-11. I've been looking around for a 3.4.9 rpm for redhat, could not find it. Does anybody know where I can find it? According to Aaron, I need gcc 4.2.4 (I'm currently using 4.2.1). If I upgrade, would these missing dependencies go away? Many thanks for the help. Regards Eliseu On Wed, Mar 17, 2010 at 11:16 AM, Aaron Gray <aaronngray.lists at googlemail.com> wrote: > On 17 March 2010 05:57, Eliseu Filho <mail2ecf at gmail.com> wrote: >> >> Greetings >> >> I'm trying to build LLVM 2.6 GCC from the source files, but I am >>...
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
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 17
0
[LLVMdev] Help with building LLVM 2.6 GCC
Hi Eliseu, > 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 LLVMOBJ...
2010 Apr 01
3
[LLVMdev] Help with building LLVM 2.6 GCC
I'm running into the same error. Correct me if I'm wrong. To build llvm, you'd need llvm-gcc front-end. You're saying we'd need llvm in order to build llvm-gcc. So how should we kick start the process? Thanks. Duncan Sands wrote: > > Hi Eliseu, > >> 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 :...