[LLVMdev] no llvm-gcc and llvm-g++ in the directory of bin
huwei8717
huwei8717 at yahoo.com.cn
Thu Sep 9 01:05:11 PDT 2010
My problem is there is no llvm-gcc and llvm-g++ in the directory of bin when I have installed llvm and llvm-gcc.
I was following the instruction of http://llvm.org/releases/2.6/docs/GettingStarted.html, however when I finished installing the llvm and llvm-gcc successfully, the bin dir contains no llvm-gcc and llvm-g++, but contain gcc and g++.
The following is files in the directory of bin:
――――――――――――――――――――――――――――――――――――――
root at ubuntu:~/llvm_install/bin# ls
bugpoint gcc gcov i686-pc-linux-gnu-g++
lli llvmc llvm-extract llvm-prof tblgen
c++ gccas i686-pc-linux-gnu-c++ i686-pc-linux-gnu-gcc
llvm-ar llvm-config llvm-ld llvm-ranlib
cpp gccbug i686-pc-linux-gnu-cpp i686-pc-linux-gnu-gcc-4.2.1
llvm-as llvm-db llvm-link llvm-stub
g++ gccld i686-pc-linux-gnu-cpp-4.2.1 llc
――――――――――――――――――――――――――――――――――――――
The following is the result when I execute ./gcc -v :
――――――――――――――――――――――――――――――――――――――
root at ubuntu:~/llvm_install/bin# ./gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/root/llvm_install/ --enable-llvm=/
root/llvm_install/ --enable-languages=c,c++
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build)
――――――――――――――――――――――――――――――――――――――
Could someone help me? Thank you very much!
Best regards
2010-09-08
Daneill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100909/b1853828/attachment.html>
More information about the llvm-dev
mailing list