------- Comment #7 from mtrudel at gmx dot ch 2007-02-19 08:25 ------- Well, it makes sense that the kernel-source is also needed. But then again, we have four setups: 1. GCC 4.2, build=linux, host=linux, target=linux 2. GCC 4.2, build=linux, host=mingw, target=linux 3. GCC 4.3, build=linux, host=linux, target=linux 4. GCC 4.3, build=linux, host=mingw, target=linux
For all, I specify --with-sysroot but not --with-build-sysroot and put glibc and glibc-devel into the specified sysroot. For setup 1, 2 and 4 this works. Only setup 3 is missing "linux/limits.h". So, how probable is that we have 3 builds that work although they shouldn't and only one that does the right thing by failing? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30832