From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie Question on Setting up Rhide Date: 22 Oct 1996 18:14:27 GMT Organization: Oxford University, England Lines: 12 Message-ID: <54j2u3$bkd@news.ox.ac.uk> References: <845889155 DOT 25275 DOT 0 AT ciscs19 DOT demon DOT co DOT uk> <54fu0u$37s AT picayune DOT uark DOT edu> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Christopher White (cswhite AT comp DOT uark DOT edu) wrote: : Please note one other problem I had working with RHIDE. It expects the : filenames to be case-sensitive. (This becomes a problem with Windows95). As far as the compiler is concerned, case _does_ matter. foo.C is a C++ file whereas foo.c is a C file, to mention only one case. RHIDE must preserve this; otherwise the wrong compiler may be invoked. I think it is _less_ troublesome if the OS preserves the case of filenames... George Foot