[LLVMdev] llvm-gcc 2.5 libexec installed without program-prefix

Anton Korobeynikov anton at korobeynikov.info
Wed Mar 25 07:52:25 PDT 2009


> /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.2.1/
>  -rwxr-xr-x 1 root root 25179621 2009-03-25 09:15 cc1
>  -rwxr-xr-x 1 root root 27917074 2009-03-25 09:15 cc1plus
>  -rwxr-xr-x 1 root root   359307 2009-03-25 09:15 collect2
>  drwxr-xr-x 2 root root     4096 2009-03-25 09:15 install-tools
>
> No llvm-prefix.
That's correct and not a llvm-gcc problem. This is how gcc's makefile
machinery manages the things: only user-visible stuff has prefix
attached.

>  I hope this doesn't cause a conflict with the system versions.
This can easily be, especially if your system gcc is 4.2.1 and wants
to use /usr/local dir as prefix somehow...

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list