Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3D0621AD.76256C3A@phekda.freeserve.co.uk> Date: Tue, 11 Jun 2002 17:13:33 +0100 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: DJGPP workers Subject: djgpp\config.bat, the arguments temp file and Windows NT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. I've been trying to build Fileutils 4.1 under Windows NT 4 with SFN (no LFN TSR loaded). I discovered that it fails, because the temporary file arguments is created by Command Prompt, which can support LFNs. When config.bat tries to run configure like this: sh ./configure @arguments it fails because sh can't arguments. It appears as argume~1 in 8+3. The solution is to create a file that does fit into 8+3, e.g. 'args'. Since I copied djgpp\config.bat from another port, this will affect other ports. Bison 1.35 is the one I just looked at, but I can't remember which package I copied djgpp\config.bat from. Bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]