[cfe-dev] Using ccc with an absolute path

Nico Weber nicolasweber at gmx.de
Fri Aug 29 23:44:37 PDT 2008


Hi Moritz,

On 29.08.2008, at 00:11, Moritz Lenz wrote:

> I tried to compile the parrot virtual machine
> (http://www.parrotcode.org/) with llvm-gcc, but utils/ccc always  
> aborts
> with 'OSError: [Errno 2] No such file or directory'
>
>
> perl Configure.pl --verbose \
> --cc=/home/moritz/tmp/llvm/tools/clang/utils/ccc

try

   PATH=$PATH:/home/moritz/tmp/llvm/Debug/bin perl Configure.pl \
    --verbose --cc=/home/moritz/tmp/llvm/tools/clang/utils/ccc

Nico



More information about the cfe-dev mailing list