Displaying 3 results from an estimated 3 matches for "c317d8d4".
2005 Feb 03
3
[LLVMdev] question about compile path [patch adding .cc support]
...by ifdef
LLVM_OBJ_ROOT/LLVM_SRC_ROOT vars).
Vladimir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.rules.patch
Type: application/octet-stream
Size: 4330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050203/c317d8d4/attachment.obj>
2005 Feb 03
0
[LLVMdev] question about compile path
Qiuyu Zhang wrote:
> Hi,
>
> I have a question about install path.
> Some one installs llvm1.4 under /opt/llvm as root. However, when I
> create a project under my home directory, I cannot do Make correctly. It
> should be enviroment issue, but I cannot fix it.
This should be possible.
The easiest way to do this is to copy one of the samples in
llvm/projects (such as
2005 Feb 03
2
[LLVMdev] question about compile path
Hi,
I have a question about install path.
Some one installs llvm1.4 under /opt/llvm as root. However, when I create a project under my home directory, I cannot do Make correctly. It should be enviroment issue, but I cannot fix it.
The environment is as the following,
/opt/llvm : // llvm 1. 4
/home/qiuyu/ ://my home directory
/home/qiuyu/project/statBB ://my project directory
I create a