PATH_MAX which can be found in limits.h of mintlib.The problem has been traced to GCC 3.3 which contains already a file called "limits.h" (which can be found here at /usr/local/ cross-tools/ lib/gcc-lib/m68k-atari-mint/3.3.3/include/limits.h)How do I have to modify this file to assure that mintlibs "limits.h" is also included?Most probably the gcc port is not correct.
But I compiled everything using GCC 3.3.3 sources from gcc.gnu.org.Doesn't the cross-compilation setup get its "limits.h" from these sources?
Where can I get a "good" limits.h? Philipp