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]

gcc 2.95.3-5 cannot creat executables


     I just updated my Cygwin install last night, and I found today that gcc
no longer works.  It doesnt error, but it just doesnt create any
executables.  I first noticed this when trying to compile xChat.  I ran
./configure and got this:

> checking whether the C compiler (gcc  ) works... no
> configure: error: installation or configuration problem: C compiler cannot
create executables.

So I went to test gcc with a simple hello.c using:

> #include <stdio.h> int main(void) { printf("Hello, World\n"); return 0; }

But when I try to compile, nothing happens.

> [Administrator@localhost /downloads]$ gcc -o hello hello.c
> [Administrator@localhost /downloads]$ ls
> -rw-r--r--    1 Administ None           75 Nov 22 09:03 hello.c
> drwxr-xr-x    9 Administ None            0 Nov 22 09:01 xchat-1.8.5

gcc doenst error, it just doesnt make anything.

Any help would be greatly appreciated.
     -Collin Grady

Change is inevitable, except from a vending machine.



--
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]