[LLVMdev] LLVM + FORTRAN 95

Bill Wendling wendling at apple.com
Wed Nov 4 01:01:56 PST 2009


On Nov 3, 2009, at 3:24 PM, Nilesh Mahajan wrote:
>
> P.S. Does anybody have an idea about the 'llvm-gcc: error trying to
> exec 'cc1': execvp: No such file or directory' error?
>
The llvm-gcc executable is a driver-driver for the compiler. It  
"execs" the cc1 program. It's apparently not finding it. My first  
guess is that it's not in the place it expects it to be. On my system  
(Mac OS X), here's what I get from the `find' command:

./libexec/gcc/i386-apple-darwin10.0.0/4.2.1/cc1
./libexec/gcc/i386-apple-darwin9.2.2/4.2.1/cc1
./libexec/gcc/i386-apple-darwin9.4.0/4.2.1/cc1
./libexec/gcc/i386-apple-darwin9.5.0/4.2.1/cc1
./libexec/gcc/i386-apple-darwin9.6.0/4.2.1/cc1
./libexec/gcc/x86_64-apple-darwin10.0.0/4.2.1/cc1

-bw




More information about the llvm-dev mailing list