From: "mike hines" Newsgroups: comp.os.msdos.djgpp Subject: rhide hangs Date: 28 Jun 1997 19:56:58 GMT Organization: mlhines Lines: 79 Message-ID: <01bc83fc$6d841060$d1bf39cc@mike> NNTP-Posting-Host: 204.57.191.209 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I made this report because the program hangs at the executing stage. This is a bug report for RHIDE Version 1.3 (Jun 10 1997 09:23:28) I am running MS-DOS 6.20 Important environment variables: PATH=c:\djgpp\bin:C:\DOS DJGPP=c:\djgpp\djgpp.env LFN= INFOPATH= LOCALEDIR= LANGUAGE= SHELL= COMSPEC=C:\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:/DOS/RHgaaaaa\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:/DOS/RHgaaaaa\ccbaaaaa -quiet -dumpbase -.c -version -o C:/DOS/RHgaaaaa\cccaaaaa GNU C version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1. as -v -o C:/DOS/RHgaaaaa\ccdaaaaa C:/DOS/RHgaaaaa\cccaaaaa GNU assembler version 2.7 (i386-go32-msdos) ld -o /dev/null crt0.o -v C:/DOS/RHgaaaaa\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:/DOS/RHgaaaaa\ccbaaaaa 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:/DOS/RHgaaaaa\ccbaaaaa -quiet -dumpbase -.cc -version -o C:/DOS/RHgaaaaa\cccaaaaa GNU C++ version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1. as -v -o C:/DOS/RHgaaaaa\ccdaaaaa C:/DOS/RHgaaaaa\cccaaaaa GNU assembler version 2.7 (i386-go32-msdos) ld -o /dev/null crt0.o -v C:/DOS/RHgaaaaa\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 My problem is the following: ============================ I can not compile C++ programs, it always hangs. You're help is greatly appreciated. Thank-you, Jeremy Hines