search for: cczvtwku

Displaying 1 result from an estimated 1 matches for "cczvtwku".

2002 Oct 29
0
[LLVMdev] problems with llvmgcc
> ok, I finished recompiling llvm, and when trying to use llvmgcc I get > the following error message: > as -o /var/tmp//ccIuGwwQ.o /var/tmp//ccZvtWKU.s > as: error opening '/var/tmp//ccIuGwwQ.o': file exists! > Use -f command line argument to force output Okay, this is the problem. For some reason, it is trying to use the 'as' in your path, which is the LLVM assembler. This is supposed to point to the 'gccas' pro...