Date: Sun, 29 Jun 1997 16:59:38 +0300 (IDT) From: Eli Zaretskii To: mike hines cc: djgpp AT delorie DOT com Subject: Re: rhide hangs In-Reply-To: <01bc83fc$6d841060$d1bf39cc@mike> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 28 Jun 1997, mike hines wrote: > 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 ^ What is this colon? MS-DOS uses semi-colons `;' to separate directories in PATH. Please see why your PATH is defined incorrectly and correct it. After that, try compiling again. > 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 This clearly shows that something's very wrong with your installation. GCC doesn't see neither the __DJGPP__ and __DJGPP_MINOR__ predefined symbols, nor the DJGPP-specific include directories. Please check your installation and how you set the DJGPP environment variable. Is there indeed a file called DJGPP.ENV in C:\DJGPP? The DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP) discusses some common installation problems in section 8.1; please read it.