Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-Id: <4.2.0.58.20020325115353.009b5930@mail.univ-reims.fr>
X-Sender: nuzillar@mail.univ-reims.fr
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 
Date: Mon, 25 Mar 2002 12:09:01 +0100
To: cygwin@cygwin.com
From: Jean-Marc Nuzillard <jm.nuzillard@univ-reims.fr>
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/

