Why make with --win32 option don't accept C:\cygwin\bin\g++.exe to build a rule?

Leandro Gustavo Biss Becker becker@lit.cpdtt.cefetpr.br
Thu Mar 21 10:56:00 GMT 2002


Hi

Why make with --win32 option don't accept C:\cygwin\bin\g++.exe to build a
rule like this

main.cpp : main.o
    c:\cygwin\bin\g++.exe -g main.cpp

The make gives the following error:

make: C:\cygwin\bin\g++.exe: Command not found
make: *** [main.o] Error 127

But if I use:

main.cpp : main.o
   g++.exe -g main.cpp

it works well ?

PS.: I have this working at a long time ago, with a older cygwin1.dll.
Now I have the latest version of it and it don't work. (My system is W2K
SP2)



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list