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

2002-03-21 Thread Leandro Gustavo Biss Becker
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

Error using make.exe without bash shell

2002-03-20 Thread Leandro Gustavo Biss Becker
Hi I have a problem with make (2.79.1) and latest cygwin1.dll (Win 2000 SP2): I have a makefile that looks like this: OUTPUT=C:\cygwin\TesteGNU\TesteGNU.exe OBJS=main.o C:\cygwin\TesteGNU\TesteGNU.exe: $(OBJS) C:\cygwin\bin\ld.exe -Bstatic -T C:\cygwin\lib\ldscripts\i386pe.xn \ -o $@ \ C