This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]