Date: Wed, 5 Nov 1997 12:17:56 +0200 (IST) From: Eli Zaretskii To: Mirek Prywata cc: djgpp AT delorie DOT com Subject: Re: DJGPP +Novell:can I do anything more? In-Reply-To: <345EF8CE.1A88F555@fuw.edu.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 4 Nov 1997, Mirek Prywata wrote: > I traced djgpp with -v option and it > appeared that cc1.exe is very slow (actually reading cc1.exe from the > network drive - it's 1MB with each compiled file). I tried to copy > cc1.exe to RAMDISK but gcc uses still g:\djgpp\bin\cc1.exe instead of > this from ram drive. That's because you didn't change COMPILER_PATH. This variable is used by gcc to find the programs that it runs during compilation (contrary to popular belief, it does NOT use PATH). I suggest to set it to point to the RAMDISK directory as well; DJGPP.ENV will then note this setting and *append* your g:/djgpp/bin directory to that setting (so you shouldn't need to copy cpp.exe, as.exe and ld.exe as well, if you don't want to).