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: <4.2.0.58.20020325115353.009b5930@mail.univ-reims.fr> X-Sender: nuzillar AT mail DOT univ-reims DOT fr X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 25 Mar 2002 12:09:01 +0100 To: cygwin AT cygwin DOT com From: Jean-Marc Nuzillard Subject: no exec files from gcc and c++ Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g2PB7If17832 Dear all, Today, I have dowloaded and installed setup.exe and all packages from cygwin. Up to there, everything was OK. I have written the traditionnal "hello.c" and "hello.cpp". gcc hello.c -o hello ---------> No error but no hello.exe was produced. gcc -c hello.c ---------> got hello.o gcc hello.o -o hello ---------> No error but no hello.exe was produced. g++ -c hello.cpp ---------> g++ not found, took some time to think to try c++ c++ -c hello.cpp ---------> got hello.o c++ hello.o -o hello ---------> No error but no hello.exe was produced. Has someone experienced such a problem ? How is it possible to get an executable file from C/C++ sources using Cygwin downloads ? I used Cygwin a few month ago with total satisfaction... Sincerely yours, Dr. Jean-Marc Nuzillard Laboratoire de Pharmacognosie UMR 6013 Moulin de la Housse CPCBAI, Bātiment 18 BP 1039 51687 REIMS Cedex 2 France Tel : 33 3 26 91 35 48 Fax :33 3 26 91 35 96 http://www.univ-reims.fr/Labos/UPRESA6013/ -- 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/