search for: srcllvm

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

2005 Jun 18
2
[LLVMdev] The configure script seems to strip some / from path
...-1/llvm/ and the root of my OBJ_DIR is: /home/hb/projects/build/FC1/llvm-1-1. However, the configure script seems to have stripped some of the / from the paths: Makefile.common:63: /home/hb/projects/buildFC1llvm-1-1/Makefile.config: No such file or directory Makefile.common:69: /home/hb/projects/srcllvm-1/Makefile.rules: No such file or directory My system is Fedora Core 1: [hb at fc1s050612 llvm-1-1]$ uname -a Linux fc1s050612 2.4.22-1.2115.nptl #1 Wed Oct 29 15:42:51 EST 2003 i686 i686 i386 GNU/Linux ------------------------------------- [hb at fc1s050612 llvm-1-1]$ cmlog.sh --logfile my_con...
2005 Jun 18
0
[LLVMdev] The configure script seems to strip some / from path
...J_DIR is: /home/hb/projects/build/FC1/llvm-1-1. > > However, the configure script seems to have stripped some of the / from the > paths: > Makefile.common:63: /home/hb/projects/buildFC1llvm-1-1/Makefile.config: No > such file or directory > Makefile.common:69: /home/hb/projects/srcllvm-1/Makefile.rules: No such file > or directory No one else on FC has reported these problems and I think this must be local to your situation. Note that Makefile.common looks like this, with lines 63 and 69 highlighted with ***: ifndef LLVM_OBJ_ROOT include $(LEVEL)/Makefile.config else includ...