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 Date: Wed, 17 Oct 2001 10:40:59 +0100 Message-ID: <5759-Wed17Oct2001104059+0100-starksb@ebi.ac.uk> X-Mailer: emacs 20.7.1 (via feedmail 9-beta-7 I); VM 6.92 under Emacs 20.7.1 From: David Starks-Browning MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Justin the Almighty Cc: cygwin AT cygwin DOT com Subject: GCC reproducible crash In-Reply-To: <20011017002822.67872.qmail@web12407.mail.yahoo.com> References: <20011017002822 DOT 67872 DOT qmail AT web12407 DOT mail DOT yahoo DOT com> On Tuesday 16 Oct 01, Justin the Almighty writes: > Cygwin GCC crashes reproducibly for me whenever I try to use it. I'm > using Win98SE and the gcc-2.95.3-5 package. It occurs with both the > cygwin-1.3.3-2 release DLL and the cygwin1-20011016 snapshot DLL. > > I can reproduce it with any file, including a hello.c file with the > following contents: > > #include > > main() > { > printf ("Hello World!\n"); > } > > Typing "gcc -c -g -O2 -o hello.o hello.c" gives the following output: > > Assembler messages: > Error: Can't open /cygdrive/d/TMP/ccnvIUuP.s for reading. > /cygdrive/d/TMP/ccnvIUuP.s: No such file or directory (ENOENT) Well, it works for probably thousands of other people so we need a bit more to go on. Add the -v option to gcc and provide output from cygcheck -s -r -v. Regards, David -- 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/