[LLVMdev] llvm-config!
Reza Sheykhi
hajishey at msu.edu
Sun Sep 23 19:18:53 PDT 2012
I got the following answers:
which perl
/usr/bin/perl
which llvm-config
/usr/local/bin/llvm-config
which llvm-as
/usr/local/bin/llvm-as
/usr/bin/llvm-confing --version
bash: /usr/bin/llvm-confing: No such file or directory
/usr/local/bin/llvm-config --version
2.8
Quoting Óscar Fuentes <ofv at wanadoo.es>:
> Reza Sheykhi <hajishey at msu.edu> writes:
>
>> Thank you for your repky. I downloaded llvm-2.8 and installed it by
>> first ./configure and then ./make it. It was installed in /usr/local
>> as i expected. However, when i tried to run llvm-config-2.8, for
>> example --version, it was not ran. Then, I used apt-get to installed
>> the llvm-2.8-dev to have llvm-config. Did i do anything wrong? Also i
>> do not know if these two installed llvms are linked together!
>
> What's the output of this commands:
>
> which perl
>
> which llvm-config
>
> which llvm-as
>
> /usr/local/bin/llvm-config --version
>
> /usr/bin/llvm-config --version
>
>
> ?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120923/a4403186/attachment.html>
More information about the llvm-dev
mailing list