www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1995/10/27/09:40:56

From: sorinb AT sky DOT dsp DOT pub DOT ro (Balea Mihai Sorin)
Subject: for Romanovsky
To: root AT fmf DOT hop DOT stu DOT neva DOT ru (V.K)
Date: Fri, 27 Oct 1995 15:08:29 +0200 (EET)
Cc: djgpp AT sun DOT soe DOT clarkson DOT edu

 Alexander Romanovsky wrote :

> ... 
> I have installed DOS GNAT 2.06 but the examples do not work. When
> I started 'make' in EXAMPLE directiry it stoped by outputting:
> 
> Error: not enough memory to run GO32;
> make.exe: Error 4
> 
> I have monoVGA, 386, 5 Mb main memory, a lot of disc space. 
> Smartdrv and emm386 are installed in CONFIG.SYS.
> 
> My  CONFIG.SYS is as follows:
> ... 
> 
> Could you, please, help me.
> 
> Respectfylly yours, Alexander Romanovsky
> 
> (Please, write 'for Romanovsky' in Subject of your email)
> 
> 

   If you are using a version of djgpp earlier than 2.0, this could be a 
possible explanation:
 
   Your problem is that you don't have enough low memory for multiple instances
of GO32 . If your makefile is recursive, each time make is called it will try
to load it's own copy of GO32 and since each copy occupies approx. 130k of low
memory it's understandable why it stops. In this case the solution is to free
as much low memory as possible by removing all unnecessary TSRs and moving all
necessary ones to upper memory. Best candidate for this is Smartdrive.

   For more information you can also check out djgpp.faq.


   Best regards,

   Sorin Balea -- sorinb AT sky DOT dsp DOT pub DOT ro
 

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019