From: "Michael L. Kaufman" Subject: Re: gcc environment variables To: martin AT cosmos2 DOT orie DOT cornell DOT edu (William Martin) Date: Thu, 27 Aug 92 12:49:20 CDT Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > The reason this is important is that I often run out of environment space > because of the number of environment variables gcc and other programs > define in the autoexec.bat file. You could also increase the size of your environment. For example, the following line (in your config.sys): COMSPEC=C:\COMMAND.COM /E:1024 /P will increase your environment to 1024 bytes. Michael