From: frr AT nova DOT es (Fernando Rodriguez Romero) Subject: Case madness... :-( 4 Nov 1997 14:10:10 -0800 Message-ID: <199711042017.VAA05169.cygnus.gnu-win32@spirit.nova.es> Reply-To: frr AT nova DOT es Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: gnu-win32 AT cygnus DOT com 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".