Xref: news2.mv.net comp.os.msdos.djgpp:1487 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: What to use? LongFileNames, Grep etc Date: Thu, 22 Feb 1996 21:21:13 CST Organization: Rice University, Houston, Texas Lines: 12 Message-ID: <312d32a9.sandmann@clio.rice.edu> References: <4gimvl$i88 AT watnews2 DOT watson DOT ibm DOT com> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > I've ported (and enhanced) GNU Grep to EMX (OS/2) and would like to > port it to Win95. What's the standard way to port non graphical GNU tools > to Win95 (with long file name support)? 1) Get DJGPP V2 2) Do one of the following: a) Remove LFN=n line DJGPP.ENV b) SET LFN=y in the environment (via SET) c) Run without DJGPP.ENV (in which case, LFN support is default ON). Actually, the V2 distribution comes with a port of GNU Grep, and LFNs should work with it.