| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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" <becker AT lit DOT cpdtt DOT cefetpr DOT br> |
| To: | <cygwin AT cygwin DOT com> |
| 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 |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |