gcc will not read its own makefile

Jonathan Wakely jwakely.gcc@gmail.com
Tue May 31 13:28:00 GMT 2011


On 31 May 2011 13:21, RedSonja wrote:
>
> Hello. I am porting a big C++ project from Windows to Solaris 9 with Eclipse
> and gnu. It can make its own makefile but then it says:
>
> gcc -f /export/home/MyPath/Debug/makefile -v

Maybe you meant "make -f ..." ?

GCC is a compiler, it doesn't read makefiles



More information about the Gcc-help mailing list