From: Mike McLean Newsgroups: comp.os.msdos.djgpp Subject: DJGPP under DR-Opendos 7.02 running under Linux Dosemu Date: 1 Feb 1998 17:28:00 -0700 Organization: Primenet Services for the Internet Lines: 21 Message-ID: <34D513F8.416544B@primenet.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 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 Thanks. Mike.