From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE linker problems - HELP! Date: Fri, 23 Jan 1998 08:12:50 +0100 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 23 Message-ID: <6a9ftd$q6p$1@news-hrz.uni-duisburg.de> References: <6a7v19$q16 AT mtinsc04 DOT worldnet DOT att DOT net> NNTP-Posting-Host: ppp98.uni-duisburg.de 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 [mailed & posted] On Thu, 22 Jan 1998 09:18:40 -0800, itami AT hotmail DOT com (Angel Ryan) wrote: > Clearly, something is wrong... I had a similar problem w/ another file > named "Crt0.o" But I solved that problem by copying that file from the > "/lib" directory to the "/bin" directory. Did you set the environment variables DJGPP in accordance to the instructions in the readme.1st file in your DJGPP directory? (I hope that the zip picker includes that file.) set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN;%PATH% Of course you have to replace the "C:\DJGPP" by your DJGPP directory, and there are no blanks before or after the "=". If that doesn't help, please post a bug report (Alt-Space in RHIDE). Regards... Michael