This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Out of environment space.


> Yes, it mean that your 'space' is too filled up with environment settings.
> (like
> SET LIB = <directory>
> SET SOUND = <directory>
> SET ... )
> Mostly they are set in the autoexec.bat or in other bat-files.

> May I ask what operating system you use? Cygnus is made for NT workstations,
> not W9x computers. I don't know if it works under W9x, but I wouldn't try
> it.

I work with Cygnus under Win98 SE without problems (actually with, but these are
only related to net) ....

> Recommendations:
> 
> * Use fewer environment variables, or shorten the PATH statement in
> AUTOEXEC.BAT.
> 
> * Increase the amount of environment space by adding the following line to
> your CONFIG.SYS file: "SHELL=X:\PATH\COMMAND.COM /P /E:NNNN" where "X:\PATH"
> is the directory where the COMMAND.COM command interpreter is located, and
> NNNN is the new size of the DOS environment area in bytes. Suggested is 512
> or 1024; don't make this too large because increasing it reduces available
> conventional memory.

* Or on the top of batch file (setenv.bat) remove unused variables by setting
them to "nothing", for example:

set MSDEVDIR=
set MSVCDIR=
set NSTDINCD=

	This way it works for me :-)

	Good luck
		Ogar

-- 
Ing. Zdeněk OGAR Skalák
Monet+ a.s.
Zámecká 365
763 14 Zlín - Štípa, CZ
Tel: 067 / 711 04 11,  Fax: 067 / 791 45 57

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]