[LLVMdev] llvm-config!
Óscar Fuentes
ofv at wanadoo.es
Sun Sep 23 18:01:17 PDT 2012
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
?
More information about the llvm-dev
mailing list