[EMAIL PROTECTED] wrote:
hi,
i'm using gcc-4.1.1 to build the tool chain,
while it blocked at pass 2,
and gcc reported no limits.h was found.

my patch to gcc source:
in gcc/configure:
change STMP_FIXINC=stmp-fixinc
to STMP_FIXINC=

in gcc/cppdefaults.h:
added
   #undef STANDARD_INCLUDE_DIR
   #define STANDARD_INCLUDE_DIR 0

and changed various string values in header files in gcc/config/i386/,
as mentioned in gcc-specs-patch

and i find there is a
#include_next <limits.h>
which caused the problem,

anyone have the same problem?

thanks.

Not likely, since it's not very likely many people are attempting LFS with that version of GCC. Have you deviated from the book in any way other than the different version of GCC?
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to