Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <001d01c1d109$34fd4950$d70610ac@lit.cefetpr.br> From: "Leandro Gustavo Biss Becker" To: Subject: Why make with --win32 option don't accept C:\cygwin\bin\g++.exe to build a rule? Date: Thu, 21 Mar 2002 15:50:01 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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/