Date: Fri, 11 Jul 1997 11:45:31 +0200 (METDST) From: Robert Hoehne To: djgpp AT delorie DOT com Subject: RHIDE Deleting itself - Big Bug Report (fwd) Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk That's again a mail from a user, who cannot read readme's. Robert ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * ***************************************************************** ---------- Forwarded message ---------- Date: Thu, 10 Jul 1997 13:50:52 -0500 From: Josh Eckstein To: "robert.hoehne" Subject: RHIDE Deleting itself - Big Bug Report First, here is my information: This is a bug report for RHIDE Version 1.3 (Jun 10 1997 09:23:28) I am running MS-DOS 7.0 (Windows 95) Important environment variables: PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\WINDOWS\SYSTEM;C:\POVRAY3;C:\MOUSE;C:\ MNM;C:\TCWIN\BIN;C:\QBASIC;C:\DJGPP DJGPP= LFN= INFOPATH= LOCALEDIR= LANGUAGE= SHELL= COMSPEC=C:\WINDOWS\COMMAND.COM DJSYSFLAGS= Here is the output from a sample compilation and link for C gcc version 2.7.2.1 cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 -Dunix -Di386 -DGO32 -DMSDOS -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__MSDOS -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) - C:/WINDOWS/TEMP/RHhaaaaa\ccbaaaaa GNU CPP version 2.7.2.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/local/go32/include /usr/local/lib/gcc-lib/go32/2.7.2.1/include /usr/include End of search list. cc1 C:/WINDOWS/TEMP/RHhaaaaa\ccbaaaaa -quiet -dumpbase -.c -version -o C:/WINDOWS/TEMP/RHhaaaaa\cccaaaaa GNU C version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1. as -v -o C:/WINDOWS/TEMP/RHhaaaaa\ccdaaaaa C:/WINDOWS/TEMP/RHhaaaaa\cccaaaa a GNU assembler version 2.7 (i386-go32-msdos) ld -o /dev/null crt0.o -v C:/WINDOWS/TEMP/RHhaaaaa\ccdaaaaa -lgcc -lc -lgcc ld.exe: cannot open crt0.o: No such file or directory (ENOENT) ld version 2.7 (with BFD 2.7) End of the sample Here is the output from a sample compilation and link for C++ gcc version 2.7.2.1 cpp -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=7 -Dunix -Di386 -DGO32 -DMSDOS -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__MSDOS -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) - C:/WINDOWS/TEMP/RHhaaaaa\ccbaa aaa GNU CPP version 2.7.2.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: /usr/local/lib/g++-include /usr/local/include /usr/local/go32/include /usr/local/lib/gcc-lib/go32/2.7.2.1/include /usr/include End of search list. cc1plus C:/WINDOWS/TEMP/RHhaaaaa\ccbaaaaa -quiet -dumpbase -.cc -version -o C:/WINDOWS/TEMP/RHhaaaaa\cccaaaaa GNU C++ version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1. as -v -o C:/WINDOWS/TEMP/RHhaaaaa\ccdaaaaa C:/WINDOWS/TEMP/RHhaaaaa\cccaaaa a GNU assembler version 2.7 (i386-go32-msdos) ld -o /dev/null crt0.o -v C:/WINDOWS/TEMP/RHhaaaaa\ccdaaaaa -lgcc -lc -lgcc ld.exe: cannot open crt0.o: No such file or directory (ENOENT) ld version 2.7 (with BFD 2.7) You may notice above that RHIDE cannot find ld.exe, my linker. This is part of my problem. After I compile a small program test.cpp (I've been testing out RHIDE, because I'm switching compilers from MSVC++ to DJGPP) which is below: #include main () { cout << "Hello, world."; } It compiles fine. No errors are found. But, when I try to link it I get the message ld.exe: cannot open crt0.o: No such file or directory (ENOENT) I can't figure this out, I've even tried setting up my path variable so that my c:\djgpp\bin\ directory is specified, so djgpp wouldn't have to go looking for it. Anyway, this is problem #1. The second comes from when I exit RHIDE after such a link, and try to re-enter, RHIDE is gone! The rhide.exe executable has disappeared, and I have to unzip the rhide13b.zip file again to get it back. Please help me with this! I 'm new to DJGPP and RHIDE and don't know what to do! -Josh Eckstein kwe1 AT flash DOT net