Date: Mon, 2 Feb 1998 21:20:12 -0800 (PST) Message-Id: <199802030520.VAA07572@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Mike McLean , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: DJGPP under DR-Opendos 7.02 running under Linux Dosemu Precedence: bulk At 05:28 2/1/1998 -0700, Mike McLean wrote: >I am having a problem compiling C++ files with DJGPP under dosemu and >Opendos 7.02. I can compile C programs just fine. The strange thing is >everything was fine before I installed opendos. I used to be able to >compile c++ programs just fine under win 95 on the same drive that >Dosemu uses. I have everything set up according to the readme.1st I >believe. The main thing is whenever I invoke gxx it says ld.exe can't >find crt0.o. Here is my autoexec.bat > >@ECHO Off >PATH C:\OPENDOS;C:\;C:\DJC;C:\DJC\BIN;C:\DJC\LIB;c:\windows; >set djgpp=c:\djc\djgpp.env >rem EMM386 PIC=ON >rem DPMI OFF >VERIFY OFF >rem PROMPT [OpenDOS] $P$G >rem SET OPENDOSCFG=C:\OPENDOS Is it possible that this doesn't actually run? Check the contents of the environment (`SET') and check that the appropriate environment variables are there. Also, sanity check, DJGPP really *is* in `c:\djc', right? Nate Eldredge eldredge AT ap DOT net