Message-ID: <3B449BBF.8EA89B2A@postmark.net> From: Jason Hood Organization: NiteRider X-Mailer: Mozilla 4.77 [en] (Win98; U) X-Accept-Language: en,pdf MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Sort temp file bug? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Original-NNTP-Posting-Host: 202.7.180.38 X-Original-Trace: 6 Jul 2001 03:13:41 +1000, 202.7.180.38 Lines: 9 Date: Fri, 06 Jul 2001 02:54:23 +1000 NNTP-Posting-Host: 203.12.160.33 X-Complaints-To: abuse AT telstra DOT net X-Trace: nsw.nnrp.telstra.net 994352127 203.12.160.33 (Fri, 06 Jul 2001 02:55:27 EST) NNTP-Posting-Date: Fri, 06 Jul 2001 02:55:27 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I was testing GLOBAL in straight DOS when sort gave me an error about a temp file already existing. The file was something like "sort1234510001". Looking at the binary, it seems it should have been something like "s1234510.001". Is LFN not being detected? Having only looked at 'sort.c', it appears HAVE_PATHCONF might not be defined, because pathconf() works (in Windows, with LFN=n; setting LFN=n in DOS didn't help). Jason.