From: softbrek AT POOL DOT Informatik DOT RWTH-Aachen DOT DE Subject: Re: Real-mode gcc renamed doesn't work To: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp) Date: Wed, 9 Nov 1994 14:00:49 +0100 (MET) [Was: problem with real-mode gcc.exe not working, after being renamed to gcc-rm.exe] > > > The problem is that the real-mode gcc won't read the environment file > new to djgpp 1.12 (djgpp.env) so you have to set those environment > variables in the master environment. > > In theory, though, it *should* read that file . . . Well, it *does* read it, but it looks for a paragraph beginning with a line like this: [gcc-rm] ... ... ... instead of [gcc] ... ... ... So: copy that section of djgpp.env and change the [gcc] line to [gcc-rm], and it *will* work! (at least it did for me) Hans-Bernhard