------- Comment #2 from texlexsex at gmail dot com 2006-07-04 02:21 ------- (In reply to comment #1) > Why do you want to fully disable fixincludes on x86-linux? > Some versions of the glibc headers really need to be fixed. >
i'm building a linux system from scratch, i'm using different version of glibc and gcc other than the host system use, old glibc headers might find its way into the new system during running of fixincludes, so i want to disable fixincludes, as the lfs-book suggested. the immediate reason is that gcc compile fails with problem about limits.h and/or systemlimits.h stuff. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28231