From: earnie_boyd AT hotmail DOT com (Earnie Boyd) Subject: Re: Case madness... :-( 5 Nov 1997 11:51:07 -0800 Message-ID: <19971105141006.28926.qmail.cygnus.gnu-win32@hotmail.com> Content-Type: text/plain To: frr AT nova DOT es Cc: gnu-win32 AT cygnus DOT com You need to read the info file for gcc. File extension case makes a difference on what supporting routines get called by gcc. file.C indicates a c++ program. file.c indicates a c program. >From: "Fernando Rodriguez Romero" >To: gnu-win32 AT cygnus DOT com >Date: Tue, 4 Nov 1997 21:12:11 +0100 >Subject: Case madness... :-( >Reply-to: frr AT nova DOT es > >Hi! > > I finaly managed to download and install the "minimalist" version of=20 >gcc. There are though some minor problems yet... > For example, gcc seems to be case sensitive to the source's file=20 >name. > >This will not work:=20 >-------------------- >[d:\datos\programaci=F3n\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. =3D:-O >-------------------- >[d:\datos\programaci=F3n\c\src] gcc -o hello.exe HELLO.c >-------------------- >Compiled!! =3D:-? > > 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". > ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com - 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".