Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3D29FFC7.1ACDF124@phekda.freeserve.co.uk> Date: Mon, 08 Jul 2002 22:10:31 +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 AT delorie DOT com Subject: Re: WinNT4.0 and "Program too big to fit in memory" and Make References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hello. buddy lott wrote: > 1) Command lines that are too large. I gave tried the response file method > for resolving this and it doesn't seem work for me. I have not tried the > !proxy method but it seems to apply only to gnu related tools (which this is > not) and I have not seen an example of how to use it. I finally settle on > echoing the command to a batch file ($*temp.bat) and executing it which > works on Windows 2000 but not on WinNT4.0. Is there a better way? [snip] Why does it not work? How does it fail? I suspect it may fail, because you are mixing programs that support long filenames and those that don't. Windows NT 4 does not provide the relevant interfaces that DJGPP uses (the LFN API), whereas Windows 2000 does. You could try installing an LFN TSR for Windows NT 4, to see if that helps. There is an LFN TSR for NT on the DJGPP archive on Simtel.NET: v2misc/ntlfn08b.zip. Also, are you really using filenames with wildcard characters in them (?, *)? Regards, -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]