Mail Archives: cygwin/1997/11/04/14:10:10
Hi!
I finaly managed to download and install the "minimalist" version of
gcc. There are though some minor problems yet...
For example, gcc seems to be case sensitive to the source's file
name.
This will not work:
--------------------
[d:\datos\programación\c\src] gcc -o hello.exe HELLO.C
HELLO.C:1: stdio.h: No such file or directory
gcc: Internal compiler error: program cpp got fatal signal 33
--------------------
If I type hello.c with any letter in _lowercase_ it works. =:-O
--------------------
[d:\datos\programación\c\src] gcc -o hello.exe HELLO.c
--------------------
Compiled!! =:-?
Someone knows what is going on? O:-)
////////////////////////////////
// Fernando Rodriguez Romero
// frr AT nova DOT es
///////////////////////
// Apartado 60.007
// 28080 Madrid SPAIN
//////////////////////////////
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -