Mail Archives: djgpp/2001/12/06/13:04:34
On Thu, 6 Dec 2001, Vince D McCarthy wrote:
> 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
> from E:/DJ203/INCLUDE/limits.h:11
It is something strange as include/limits.h should not include
syslimits.h (and syslimits.h should not live in this directory, but
in lib/gcc-lib/djgpp/3.02/include. You should normally files included
in following order
e:/dj203/lib/gcc-lib/djgpp/3.02/include/limits.h
e:/dj203/lib/gcc-lib/djgpp/3.02/include/syslimits.h
e:/dj203/include/limits.h
It seems something is messed up while installing gcc-3.0.2.
Did You unzip all correctly?
> 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.
>
Andris
- Raw text -