From: garp AT opustel DOT com (Keith Gary Boyce ) Subject: wrt wxwin port Re: Q: Case sensitive file names (B17) 13 Dec 1996 20:08:50 -0800 Sender: daemon AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Original-To: Barry Roberts , Geoffrey Noer , gnu-win32 AT cygnus DOT com X-Mailer: Chameleon ATX 6.0.1, Standards Based IntraNet Solutions, NetManage Inc. X-Face: ^DH_.wR&WxVpl/6xSwb1zT".+d0hm%R>&bOD: y{? X-Priority: 3 (Normal) Original-Sender: owner-gnu-win32 AT cygnus DOT com I wonder if this case sensitivity is causing string.h to be read from g++ include directory. On win95 in g++ directory header is named String.h and in normal include directory it's called string.h Now if this is working well if I say #include it should include the normal include file but it doesn't it includes String.h from g++ directory... Any comments --- On Fri, 13 Dec 1996 15:34:44 -0700 Barry Roberts wrote: It seems that the cygnus file and shell utilities are case sensitive when performing wildcard expansion, and aren't for an explicit file name. For example, ls *.cpp will not show HELLO.CPP, but ls hello.cpp will show it (as lower case). For the utilities I have tried (grep, ls, cat), this seems to be true whether run from cmd or bash. Is there a way that I can turn off this case sensitivity? It makes many of the utilities MUCH less useful on FAT/NTFS/HPFS partitions which preserve but ignore case. Thanks, Barry Roberts - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help". ---------------End of Original Message----------------- ------------------------------------- Name: Garry Boyce E-mail: garp AT opustel DOT opustel DOT com (Garry Boyce) Date: 12/01/94 Time: 08:46:10 This message was sent by Chameleon ------------------------------------- - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".