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]

GCC reproducible crash


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 <stdio.h>
> 
> 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/


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