search for: pr1017

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

2007 Mar 02
0
[LLVMdev] compiling llvm-gcc4 on ubuntu
...suggestion: > add in README.LLVM for the linux-section that in the case one sees the error > with GCC4.2.0 the switch "--disable-shared" should be added to the configure > command. It's already there. At least on HEAD. Probably, it was missed in 1.9 release, sorry. It's PR1017. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2007 Mar 01
3
[LLVMdev] compiling llvm-gcc4 on ubuntu
hello, i am new to llvm and can't manage to compile the gcc backend. my steps: i compile the llvm-source first as suggested in "README.LLVM" that works fine and without any issues. then i make a new dir called build. from there i do the following: stefan at ubuntu:~/programs/llvm/build$ ../llvm-gcc4-1.9.source/configure --enable-languages=c,c++ --prefix=/usr/local/