Mail Archives: djgpp/2002/07/08/16:01:34
X-Originating-IP: | [66.170.45.178]
|
From: | "buddy lott" <buddy_lott AT hotmail DOT com>
|
To: | djgpp AT delorie DOT com
|
Subject: | WinNT4.0 and "Program too big to fit in memory" and Make
|
Date: | Mon, 08 Jul 2002 14:24:38 -0500
|
Mime-Version: | 1.0
|
Message-ID: | <F272YHLBQhExkiyPoHZ0000c23e@hotmail.com>
|
X-OriginalArrivalTime: | 08 Jul 2002 19:24:39.0288 (UTC) FILETIME=[1A5AA780:01C226B5]
|
Reply-To: | djgpp AT delorie DOT com
|
I am trying to get gnu make to work with a third party compiler and WinNT
4.0. I am running into three problems:
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?
2) Having used the batch file fix mentioned in #1. I get into a problem with
using '$*temp.bat' as the file name becuase it results in file names that
are too long some times. I don't like it, but I can get around this by using
the same small file name for all batch files (i.e. temp.bat). Is there a
better way?
3) For all the $*temp.bat files that do work I get a "Program too big to fit
in memory" error. The bat files run fine from the command in a WinNT dos
prompt session, but I can not run then from the make file. I can seem to get
past this one.
I have no problems with this setup under Windows2000. I only have it on
Windows. I am not using the full djgpp enviroment under WindowsNT since make
is the only thing I need at this point. The WindowsNT machine only has 64M
of memory.
The third problem is the only one I really need a solution to. If there is a
more elegant solution to the other two problems that would be great.
Thanks in advance.
Leslie Lott
972-771-7902
buddy_lott AT hotmail DOT com
_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
- Raw text -