This is the mail archive of the cygwin@sourceware.cygnus.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]

Case madness... :-(


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@nova.es
///////////////////////
//  Apartado 60.007
//  28080 Madrid SPAIN
//////////////////////////////
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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