From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE Date: Wed, 10 Dec 1997 21:54:01 +0000 Organization: Two pounds of chaos and a pinch of salt Lines: 32 Message-ID: <348F0F79.2F02@cs.com> References: <348F4FA7 DOT 33DC1ACE AT spam DOT me> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp227.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ryan McGee wrote: > > I recently downloaded RHIDE and I tried to write a test program. I get > the linker error saying that it can't find the file/directory CRT0.o > How do I fix that? If you did not properly set your DJGPP environment variable, as instructed by the 'readme.1st' file that comes with DJGPP, you may get this and other linker errors. Please check to make sure that you have made the following changes to your autoexec.bat: - Added the "C:\DJGPP\BIN" directory to your PATH - Added the line, "set DJGPP=C:/DJGPP/DJGPP.ENV". If your DJGPP installation is in a different directory, you should change the above paths accordingly. Please be sure that you have named the DJGPP variable correctly, and have not added any spaces around the '=' character. If you still get the message after checking these things, please generate a system report as outlined in chapter 6.12 of the DJGPP FAQ, or use the RHIDE bug reporting feature. hth -- --------------------------------------------------------------------- | John M. Aldrich | "Democracy is based on the assumption| | aka Fighteer I | that a million men are wiser than one| | mailto:fighteer AT cs DOT com | man. How's that again? I missed | | http://www.cs.com/fighteer | something." - Lazarus Long | ---------------------------------------------------------------------