[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] GCC 4.x Include Problems
Hello all,
Problems with Keith's gcc builds...
gcc 4.2.2 seems to have a prefix for /usr/local rather than /usr which
causes it to hunt for limits.h and friends in
/usr/local/lib/gcc/m68k-atari-mint/4.2.2/include rather than /usr/lib.
I had to make a symlink to /usr/local to make it work. So I moved onto
gcc 4.4.0. That is hunting for limits.h inside the similar
/usr/lib/gcc/m68k-atari-mint/4.4.0/include but that file is actually
located at
/usr//lib/gcc/m68k-atari-mint/4.4.0/install-tools/include/limits.h
Because on my linux box gcc 4.4.1 the limits.h is locted under
...../include rather than ..../install-tools/include I consider this a
packaging or deployment issue? I will attempt to copy the install-tools
includes over and it should probably work I think...
I am working with gcc 2.95.3 uninstalled. I don't see any reason we
shouldn't move past using that old compiler. Does anyone else? It is
just the compiler after all and the gcc 2.95.3 c++ has been proven to be
buggy when using high level features.
Thanks,
Mark