Harald Houppermans wrote: > > The problem is a bit bigger. > > Delphi 5 is also installed on my system and also has a tool called make.exe. > > Delphi 6 is also installed on my system and also has a tool called make.exe. > > Eh, oops. > > Oh well I ll have to rename then for now... > > Unless somebody knows how to call cygwin's make ? :D
It's all in the order of your $PATH. Typing "which make" will tell you which one comes first. I would think it should pick up GNU make first since by default /etc/profile prepends /bin to the path, and /bin/make is the cygwin/GNU make. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/