I got the following answers:<br />
<br />
which perl<br />
/usr/bin/perl<br />
<br />
which llvm-config<br />
/usr/local/bin/llvm-config<br />
<br />
which llvm-as<br />
/usr/local/bin/llvm-as<br />
<br />
/usr/bin/llvm-confing --version<br />
bash: /usr/bin/llvm-confing: No such file or directory<br />
<br />
/usr/local/bin/llvm-config --version<br />
2.8<br />
<br />
<br />
Quoting Óscar Fuentes <ofv@wanadoo.es>:<br />
<br />
> Reza Sheykhi <hajishey@msu.edu> writes:<br />
><br />
>> Thank you for your repky. I downloaded llvm-2.8 and installed it by<br />
>> first ./configure and then ./make it. It was installed in /usr/local<br />
>> as i expected. However, when i tried to run llvm-config-2.8, for<br />
>> example --version, it was not ran. Then, I used apt-get to installed<br />
>> the llvm-2.8-dev to have llvm-config. Did i do anything wrong? Also i<br />
>> do not know if these two installed llvms are linked together!<br />
><br />
> What's the output of this commands:<br />
><br />
> which perl<br />
><br />
> which llvm-config<br />
><br />
> which llvm-as<br />
><br />
> /usr/local/bin/llvm-config --version<br />
><br />
> /usr/bin/llvm-config --version<br />
><br />
><br />
> ?<br />
>