From: Mikko Ohtamaa Newsgroups: comp.os.msdos.djgpp Subject: Rhide bug? Date: Wed, 11 Mar 1998 19:16:48 +0200 Lines: 111 Message-ID: NNTP-Posting-Host: jymy.lesti.kpnet.fi Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk My problem is the following: ============================ In Win95 When I press ALT+ENTER to go to normal text mode and then I come back with second press ALT+ENTER, Rhide's screen is locked. Menus wont pop up and file screen doesn't scroll. Problem seems appear when I am debugging/have debugged program. This is a bug report for RHIDE Version 1.4 (Sep 30 1997 23:06:59) I am running MS-DOS 7.0 (Windows 95) Important environment variables: PATH=D:\DJGPP\BIN;I:\SDK\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PAKKAUS;C:\BAT;C:\MOUSE;C:\WINDOWS\COMMAND DJGPP=D:\DJGPP\DJGPP.ENV LFN=n INFOPATH=d:/djgpp/info;d:/djgpp/gnu/emacs/info;d:/djgpp/info;d:/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 d:/djgpp/lib\specs gcc version 2.7.2.1 d:/djgpp/bin\cpp.exe -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 -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:/djgpp/tmp/RHncaaaa\ccbaaaaa GNU CPP version 2.7.2.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: d:/djgpp/include d:/djgpp/contrib/grx20/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. d:/djgpp/bin\cc1.exe d:/djgpp/tmp/RHncaaaa\ccbaaaaa -quiet -dumpbase -.c -version -o d:/djgpp/tmp/RHncaaaa\cccaaaaa GNU C version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1. d:/djgpp/bin\as.exe -v -o d:/djgpp/tmp/RHncaaaa\ccdaaaaa d:/djgpp/tmp/RHncaaaa\cccaaaaa GNU assembler version 2.7 (i386-go32-msdos) d:/djgpp/bin\ld.exe -o /dev/null d:/djgpp/lib\crt0.o -Ld:/djgpp/lib -v d:/djgpp/tmp/RHncaaaa\ccdaaaaa -Tdjgpp.djl -lgcc -lc -lgcc ld version 2.7 (with BFD 2.7) d:/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 d:/djgpp/lib\specs gcc version 2.7.2.1 d:/djgpp/bin\cpp.exe -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=7 -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:/djgpp/tmp/RHncaaaa\ccbaaaaa GNU CPP version 2.7.2.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: d:/djgpp/lang/cxx d:/djgpp/include d:/djgpp/contrib/grx20/include /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. d:/djgpp/bin\cc1plus.exe d:/djgpp/tmp/RHncaaaa\ccbaaaaa -quiet -dumpbase -.cc -version -o d:/djgpp/tmp/RHncaaaa\cccaaaaa GNU C++ version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1. d:/djgpp/bin\as.exe -v -o d:/djgpp/tmp/RHncaaaa\ccdaaaaa d:/djgpp/tmp/RHncaaaa\cccaaaaa GNU assembler version 2.7 (i386-go32-msdos) d:/djgpp/bin\ld.exe -o /dev/null d:/djgpp/lib\crt0.o -Ld:/djgpp/lib -v d:/djgpp/tmp/RHncaaaa\ccdaaaaa -Tdjgpp.djl -lgcc -lc -lgcc ld version 2.7 (with BFD 2.7) d:/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