Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" To: "Cygwin ML" Subject: gcc 2.95.3-5 cannot creat executables Date: Thu, 22 Nov 2001 09:12:04 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 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/