no exec files from gcc and c++

Jean-Marc Nuzillard jm.nuzillard@univ-reims.fr
Mon Mar 25 04:51:00 GMT 2002


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/



More information about the Cygwin mailing list