Xref: news2.mv.net comp.os.msdos.djgpp:2066 From: Rayaz Jagani Newsgroups: comp.os.msdos.djgpp Subject: long file names (w95) and some inconsistencies Date: 22 Mar 1996 17:39:18 GMT Organization: The DataXchange Network, Inc Lines: 14 Message-ID: <4iuok6$3lk@news.dx.net> NNTP-Posting-Host: s15.dzn.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp As djtar did not support creating tar files to transfer to unix, I compiled gnu tar-1.11.2 which supposed to be beta (for some time now, anyway, I had source for it). Preliminary tests show that the LFNs works. I noticed the following: 1. gcc uses *.o as the default object file (not a big deal really) 2. make (I downloaded the binary) does not support long file names. 3. gcc searches the current directory last. (Work around was to use -I.). Am I re-inventing the wheel? has someone compiled the gnuish utilities for long file names? if so, where are the binaries. TIA