| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <001301c17378$cf3ff6f0$4a49689e@MagusLaptop> |
| From: | "Collin Grady" <cgrady AT willamette DOT edu> |
| To: | "Cygwin ML" <cygwin AT cygwin DOT com> |
| Subject: | gcc 2.95.3-5 cannot creat executables |
| Date: | Thu, 22 Nov 2001 09:12:04 -0800 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook Express 6.00.2600.0000 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
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 AT localhost /downloads]$ gcc -o hello hello.c
> [Administrator AT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |