From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: compiling C++ source on RHIDE Date: Tue, 14 Jul 1998 03:47:10 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Message-ID: <6oeda5$aqo$2@news-hrz.uni-duisburg.de> References: <6odubk$lvo$1 AT news2 DOT xs4all DOT nl> NNTP-Posting-Host: ppp162.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 21 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 13 Jul 1998 21:31:32 GMT, whams AT xs4all DOT nl (whams) wrote: > Reading specs from e:/gnu/lib/specs > gcc version 2.8.1 > GNU CPP version 2.7.2.1 (80386, BSD syntax) > GNU C++ version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1. > GNU assembler version 2.8.1 (i386-pc-msdosdjgpp) > GNU ld version 2.8.1 (with BFD 2.8.1) > If I compile the same source directly from the commandline. everything > works all right, so the problem doesn't seem to be with my DJGPP setup > (DJGPP v.201 with the new GCC-2.8.1 libraries etc.). You have a mixed installation of old (2.7.2.1) and new (2.8.1) programs/files. Have a look into the file e:/gnu/GNU/GCC-2.81/readme.djg - it says that you should remove your old 2.7.2.1 binaries, the lib/specs file and the lib/djgpp.djl files (but read it for yourself, please, there are some things more). Regards... Michael