From: bevinst AT vicksburg DOT com (Tommy Bevins) Newsgroups: comp.os.msdos.djgpp Subject: WIN95 LFN problems with mv and info command. Date: Sat, 08 Feb 1997 17:20:35 GMT Organization: INTERNET AMERICA Lines: 42 Message-ID: <32feac32.54220735@library.airnews.net> NNTP-Posting-Host: com56.vicksburg.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 I'm seeing some LFN support problems with the mv and info commands. As far as I know, I have the most recent version of DJGPP files. I guess it's possible I made a mistake and grabbed a version 2.00 file by mistake since the 2.00 and 2.01 files are mixed together on the simtel archive. The mv command is dated 10/22/96 and the info command is dated 10/24/96. A paste from the dos screen follows for the mv command. C:\download\TEMP>mv test.f test.bak d:/djgpp/bin/mv: cannot move `test.f' to `test.bak': No such file or directory (ENOENT) C:\download\TEMP>set lfn=n C:\download\TEMP>mv test.f test.bak C:\download\TEMP>mv --version mv - GNU fileutils-3.13 The info command will not find the file specified with the -f option. An example follows (the command works with lfn=n): C:\download\TEMP>set lfn=y C:\download\TEMP>info -f g77 info.exe: g77: No such file or directory (ENOENT) C:\download\TEMP>info --version GNU Info (Texinfo 3.9) 2.16 Copyright (C) 1996 Free Software Foundation, Inc. There is NO warranty. You may redistribute this software under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING. --- * Tommy Bevins * bevinst AT vicksburg DOT com * 76510 DOT 1526 AT compuserve DOT com