X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f To: pavenis AT lanet DOT lv Cc: vmccar AT juno DOT com, djgpp AT delorie DOT com Date: Thu, 6 Dec 2001 09:15:04 -0800 Subject: Re: GCC3.02 Help Message-ID: <20011206.091523.6822.0.vmccar@juno.com> References: X-Mailer: Juno 1.49 X-Juno-Line-Breaks: 0,2-3,5-16,18,20-25,27-67 From: Vince D McCarthy Reply-To: djgpp AT delorie DOT com Andris Thank you for your help. I reloaded the program and cleared up the original problem. I am now left with just this one. The DJGPP dir was renamed to DJ203. and the program, which is hello.cc. The djgpp.env file reflects this. This is the error message. In file included from E:/DJ203/INCLUDE/limits.h:125, from E:/DJ203/INCLUDE/syslimits.h:7, from E:/DJ203/INCLUDE/limits.h:11 from e:/dj203/lang/cxx-v3/bits/std_climits.h:38, from e:/dj203/lang/cxx-v3/bits/localefwd.h:41, from e:/dj203/lang/cxx-v3/bits/std_ios.h:43, from e:/dj203/lang/cxx-v3/bits/std_ostream.h:40 from e:/dj203/lang/cxx-v3/bits/iostream.h:32 from e:/dj203/lang/cxx-v3/backward/iostream.h:32 from hello.cc:3: (iostream.h) e:/dj203/include/limits.h:125:75: no include path in which to find limits.h I can't see why the compiler can't see the limits.h file. It found it once and all the other limits files. Again thank you for your help. Vince..... On Mon, 3 Dec 2001 19:00:33 +0200 (WET) Andris Pavenis writes: > > >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 > > > > > > > >