From: harlequin AT tmbg DOT org (Chaos Harlequin) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with g++.exe / RHIDE Date: Fri, 15 May 1998 04:17:17 GMT Organization: Agora Nomic -- http://www.ecsintl.com/~ccarroll/agora/ Lines: 122 Message-ID: <35585d83.3568470@news.servtech.com> References: <355654c7 DOT 17230945 AT news DOT servtech DOT com> <6j6t68$hlf$1 AT news-hrz DOT uni-duisburg DOT de> NNTP-Posting-Host: lh1.roc.servtech.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk michael DOT mauch AT gmx DOT de (Michael Mauch) penned the following words: >In the file %DJDIR%/share/rhide/rhide.env, add a line > >RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx > >-- if you don't have %DJDIR%/share/rhide/rhide.env, create it. This hasn't done anything. >I guess you have gcc 2.8.0 or 2.8.1 but didn't install the gpp281b.zip >or didn't remove your old `specs´ and/or `djgpp.djl´ file(s) from >%DJDIR%/lib. I have 2.8.0; I have a file called "gpp280b.zip" which I've unzipped several times. This is my first installation; I've never had an earlier version installed. >If you don't find the reason for your problem, create a Bug Report with >RHIDE (on the "-" menu in the left corner) and post it here. Here we go: This is a bug report for RHIDE Version 1.4 (Sep 30 1997 23:06:59) I am running MS-DOS 7.10 (Windows 95) Important environment variables: PATH=C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS;C:\WINDOWS\COMMAND DJGPP=C:\DJGPP\DJGPP.ENV LFN=y INFOPATH=c:/djgpp/info;c:/djgpp/gnu/emacs/info LOCALEDIR= LANGUAGE= SHELL= COMSPEC=C:\WINDOWS\COMMAND.COM DJSYSFLAGS= Here is the output from a sample compilation and link for C executing: echo "int main(){return 0;}" | redir -eo gcc -Xlinker -v -Wa,-v -v -o /dev/null -x c - Reading specs from c:/djgpp/lib/specs gcc version 2.8.0 c:/djgpp/lib/gcc-lib/djgpp/2.80/cpp.exe -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=8 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=1 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=1 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=1 - c:/djgpp/tmp/RHkaaaaa/ccaaaaaa.i GNU CPP version 2.8.0 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: c:/djgpp/include c:/djgpp/lib/gcc-lib/djgpp/2.80/include c:/djgpp/include End of search list. c:/djgpp/lib/gcc-lib/djgpp/2.80/cc1.exe c:/djgpp/tmp/RHkaaaaa/ccaaaaaa.i -quiet -dumpbase -.c -version -o c:/djgpp/tmp/RHkaaaaa/ccaaaaaa.s GNU C version 2.8.0 (djgpp) compiled by GNU C version 2.8.0. c:/djgpp/bin/as.exe -v -o c:/djgpp/tmp/RHkaaaaa/ccaaaaaa1.o c:/djgpp/tmp/RHkaaaaa/ccaaaaaa.s GNU assembler version 2.8.1 (i386-pc-msdosdjgpp) c:/djgpp/bin/ld.exe -o /dev/null c:/djgpp/lib/crt0.o -Lc:/djgpp/lib -Lc:/djgpp/lib/gcc-lib/djgpp/2.80 -Lc:/djgpp/lib -v c:/djgpp/tmp/RHkaaaaa/ccaaaaaa1.o -Tdjgpp.djl -lgcc -lc -lgcc GNU ld version 2.8.1 (with BFD 2.8.1) c:/djgpp/bin/stubify.exe -v /dev/null Warning: input file is not COFF or stubbed COFF .exe: No such file or directory (ENOENT) stubify for djgpp V2.X executables, Copyright (C) 1995 DJ Delorie End of the sample Here is the output from a sample compilation and link for C++ executing: echo "int main(){return 0;}" | redir -eo gcc -Xlinker -v -Wa,-v -v -o /dev/null -x c++ - Reading specs from c:/djgpp/lib/specs gcc version 2.8.0 c:/djgpp/lib/gcc-lib/djgpp/2.80/cpp.exe -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=8 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=1 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=1 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=1 -D__EXCEPTIONS - c:/djgpp/tmp/RHkaaaaa/ccaaaaaa.ii GNU CPP version 2.8.0 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: c:/djgpp/lang/cxx c:/djgpp/include c:/djgpp/lang/cxx c:/djgpp/lib/gcc-lib/djgpp/2.80/include c:/djgpp/include End of search list. c:/djgpp/lib/gcc-lib/djgpp/2.80/cc1plus.exe c:/djgpp/tmp/RHkaaaaa/ccaaaaaa.ii -quiet -dumpbase -.cc -version -o c:/djgpp/tmp/RHkaaaaa/ccaaaaaa.s GNU C++ version 2.8.0 (djgpp) compiled by GNU C version 2.8.0. c:/djgpp/bin/as.exe -v -o c:/djgpp/tmp/RHkaaaaa/ccaaaaaa1.o c:/djgpp/tmp/RHkaaaaa/ccaaaaaa.s GNU assembler version 2.8.1 (i386-pc-msdosdjgpp) c:/djgpp/bin/ld.exe -o /dev/null c:/djgpp/lib/crt0.o -Lc:/djgpp/lib -Lc:/djgpp/lib/gcc-lib/djgpp/2.80 -Lc:/djgpp/lib -v c:/djgpp/tmp/RHkaaaaa/ccaaaaaa1.o -Tdjgpp.djl -lgcc -lc -lgcc GNU ld version 2.8.1 (with BFD 2.8.1) c:/djgpp/bin/stubify.exe -v /dev/null Warning: input file is not COFF or stubbed COFF .exe: No such file or directory (ENOENT) stubify for djgpp V2.X executables, Copyright (C) 1995 DJ Delorie End of the sample I don't know where the last error message (with stubify.exe) comes from; I tried generating a bug report just a minute ago and it did not give me this error. Strange... Joshua Hall Bachner harlequin AT tmbg DOT org The Authoritative M:tG reference: http://www.frontiernet.com/~phopkins/?ch