X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Mon, 3 Dec 2001 19:00:33 +0200 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: Vince D McCarthy Cc: djgpp AT delorie DOT com Subject: Re: GCC3.02 Help In-Reply-To: <20011203.075325.9326.1.vmccar@juno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 3 Dec 2001, Vince D McCarthy wrote: > I recently upgraded my DJGPP ver 2.03 to use the GCC 3.02 compilers. > The C compiler worked ok but the C++ > return a error message. lang/cxx-v3/bits/std_iostream.h bits/c++config.h > no such file as c++config.h. Several > header file also use c++config.h file. The ++ after the c cannot be used > in dos. Also there is no such file in the /bits directory. I tried > using the GCC, GPP and the GXX compiler and got the same results. The > date on the compilers is 11/21/01. Is there a compatibility problem with > this ver of GCC compilers? Thank you. > DJGPP port of gcc-3.0.2 uses preprocessor command option -remap to remap names of header files like c++config.h. So it looks that either -remap is not passed to preprocessor or there is some other installation problem. Please compile some C++ example using compiler option -v and post output of gcc here Andris