Mail Archives: djgpp/2000/08/15/15:45:16
> From: "Joe D'Abbraccio" <ljd015 AT email DOT mot DOT com>
> Newsgroups: comp.os.msdos.djgpp
> Date: Tue, 15 Aug 2000 11:56:15 -0400
>
> I am new to DJGPP. make 3.79.1 (distrib bin) does not want to run my make
> files which are executing some large progams (using NT command shell). I
> get an error message that say the program is too big to fit in memory?
Please post the necessary details: the smallest Makefile that shows
this problem, and any error messages you get when you try to run that
Makefile.
Are the programs you run from the Makefile DJGPP-compiled programs, or
were they compiled with some other compiler?
> I also tried to recompile the 3.79.1 source using VC and I have a minor
> problem to report.
>
> The nmakefile creates config.h by copying config.h.w32 to it. The file in
> the distribution is called config.h-W32. The nmakefile need to be changed
> to spec config.h-W32 as the dependency.
The DJGPP source distribution has some files renamed, to prevent
problems when unzipping the distribution on plain DOS systems, where a
file name such as config.h.W32 is not allowed. You should not use
mak3791s.zip for building any version of Make but the DJGPP one. If
you need to build a different version, please download the official
distribution from the GNU ftp site, ftp.gnu.org.
- Raw text -