Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] auto-generated mafile d'ont works

cc   teste.o   -o teste
process_begin: CreateProcess(NULL, cc teste.o -o teste, ...) failed.
make (e=2): The system cannot find the file specified.

The easiest solution, for now, would probably be to install the GCC C compiler. This means it's trying to run cc.exe (which is usually the same as gcc.exe), but it can't find it.

That said, this is probably a bug... it should be using gfortran, not gcc, as its linker. I'll look into it.

Jeff


Back to the top