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 Delivered-To: mailing list cygwin AT cygwin DOT com X-Server-Uuid: 69572782-acac-11d2-9a9f-00805f9f8ca0 Message-ID: From: "Weber, Neil" To: "'cygwin AT cygwin DOT com'" Subject: No longer can compile w/ -mno-cygwin Date: Wed, 5 Dec 2001 17:21:00 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) X-WSS-ID: 1010178D119878-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Hello, I just upgraded my Cygwin installation and the C++ program that I used to compile no longer compiles. I don't remember which version of cygwin I was using for which it did compile, but it was probably the September release. Here's my g++ command line: g++ -s -mwindows -mno-cygwin -c -o launcher.o launcher.cpp The error messages are: launcher.cpp:1: stdio.h: No such file or directory launcher.cpp:2: stdlib.h: No such file or directory launcher.cpp:3: ctype.h: No such file or directory launcher.cpp:4: string.h: No such file or directory launcher.cpp:5: process.h: No such file or directory launcher.cpp:6: unistd.h: No such file or directory launcher.cpp:7: stdlib.h: No such file or directory In file included from /usr/include/w32api/windef.h:145, from /usr/include/w32api/windows.h:98, from launcher.cpp:8: /usr/include/w32api/winnt.h:33: string.h: No such file or directory If I remove the -mno-cygwin option, everything compiles. I could go this way, but I prefer not having to include cygwin1.dll. Any help is appreciated, Neil Weber -- 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/