This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

no exec files from gcc and c++


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]