Displaying 2 results from an estimated 2 matches for "shufflebb".
Did you mean:
shuffle
2005 Feb 03
2
[LLVMdev] question about compile path
...^
llvm[0]: Reconfiguring with /opt/llvm/configure
make: *** [/home/qiuyu/project/statBB/config.status] Error 127
"
So I changed the "LEVEL =/opt/llvm" to "LEVEL=../../../../opt/llvm", the error message became to
"make: *** No rule to make target `/opt/llvm/home/qiuyu/shuffleBB/Makefile', needed by `Makefile'. Stop.
^^^^^^^
"
Finally, I swith to be as root and put my project under /opt/llvm/project/statBB, and LEVEL=../.. and I can make it.
Is there any way to make it work on my home...
2005 Feb 03
0
[LLVMdev] question about compile path
.../opt/llvm/configure
> make: *** [/home/qiuyu/project/statBB/config.status] Error 127
> "
> So I changed the "LEVEL =/opt/llvm" to "LEVEL=../../../../opt/llvm", the
> error message became to
> "make: *** No rule to make target
> `/opt/llvm/home/qiuyu/shuffleBB/Makefile', needed by `Makefile'. Stop.
>
> ^^^^^^^
> "
>
> Finally, I swith to be as root and put my project under
> /opt/llvm/project/statBB, and LEVEL=../.. and I can make it.
>
>...