Mail Archives: djgpp/1997/11/20/21:45:26
From: | Nikita Proskourine <nikfire AT geocities DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | RHIDE bug
|
Date: | Thu, 20 Nov 1997 20:33:48 -0500
|
Organization: | Cornell University
|
Lines: | 98
|
Sender: | vjp2 AT cornell DOT edu (Verified)
|
Message-ID: | <3474E4FB.72E9134D@geocities.com>
|
NNTP-Posting-Host: | cu-dialup-0086.cit.cornell.edu
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
This is a multi-part message in MIME format.
--------------F84882EC3402F8CF30CCA0F8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
--------------F84882EC3402F8CF30CCA0F8
Content-Type: text/plain; charset=us-ascii; name="bug"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="bug"
This is a bug report for RHIDE Version 1.3 (Jun 10 1997 09:23:28)
I am running MS-DOS 7.10 (Windows 95)
Important environment variables:
PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\JAVA\BIN;C:\DJGPP\BIN;C:\NC;C:\RSXNTDJ\BIN;C:\PROGRA~1\KAWA251
DJGPP=c:\djgpp\djgpp.env
LFN=y
INFOPATH=c:/djgpp/info;c:/djgpp/gnu/emacs/info;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
Reading specs from C:\RSXNTDJ/lib\specs
gcc version 2.7.2.1
c:/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 - c:/djgpp/tmp/RHcaaaaa\ccbaaaaa
GNU CPP version 2.7.2.1 (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
c:/djgpp/include
c:/djgpp/contrib/grx20/include
C:\RSXNTDJ/include/mssdk
C:\RSXNTDJ/include/win32
/usr/local/include
/usr/local/go32/include
/usr/local/lib/gcc-lib/go32/2.7.2.1/include
/usr/include
End of search list.
c:/djgpp/bin\cc1.exe c:/djgpp/tmp/RHcaaaaa\ccbaaaaa -quiet -dumpbase -.c -version -o c:/djgpp/tmp/RHcaaaaa\cccaaaaa
GNU C version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1.
c:/djgpp/bin\as.exe -v -o c:/djgpp/tmp/RHcaaaaa\ccdaaaaa c:/djgpp/tmp/RHcaaaaa\cccaaaaa
GNU assembler version 2.7 (i386-go32-msdos)
c:/djgpp/bin\ld.exe -o /dev/null c:/djgpp/lib\crt0.o -L. -LC:\RSXNTDJ/lib -Lc:/djgpp/lib -v c:/djgpp/tmp/RHcaaaaa\ccdaaaaa -Tdjgpp.djl -lgcc -lc -lgcc
ld version 2.7 (with BFD 2.7)
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++
Reading specs from C:\RSXNTDJ/lib\specs
gcc version 2.7.2.1
c:/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 - c:/djgpp/tmp/RHcaaaaa\ccbaaaaa
GNU CPP version 2.7.2.1 (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
c:/djgpp/lang/cxx
c:/djgpp/include
c:/djgpp/contrib/grx20/include
C:\RSXNTDJ/include/mssdk
C:\RSXNTDJ/include/win32
/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.
c:/djgpp/bin\cc1plus.exe c:/djgpp/tmp/RHcaaaaa\ccbaaaaa -quiet -dumpbase -.cc -version -o c:/djgpp/tmp/RHcaaaaa\cccaaaaa
GNU C++ version 2.7.2.1 (80386, BSD syntax) compiled by GNU C version 2.7.2.1.
c:/djgpp/bin\as.exe -v -o c:/djgpp/tmp/RHcaaaaa\ccdaaaaa c:/djgpp/tmp/RHcaaaaa\cccaaaaa
GNU assembler version 2.7 (i386-go32-msdos)
c:/djgpp/bin\ld.exe -o /dev/null c:/djgpp/lib\crt0.o -L. -LC:\RSXNTDJ/lib -Lc:/djgpp/lib -v c:/djgpp/tmp/RHcaaaaa\ccdaaaaa -Tdjgpp.djl -lgcc -lc -lgcc
ld version 2.7 (with BFD 2.7)
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
My problem is the following:
============================
When I go to Help | libc reference, then Alphabetical list, then select
"index" from there, RHIDE hangs. I think I had a similar problem with
previous versions of RHIDE.
--------------F84882EC3402F8CF30CCA0F8--
- Raw text -