>> > It shows up because the test in configure attempts to compile some ASM. > And ASM is arch specific. The toolchain is compiling 32bit but yet you > tried to compiled 64bit code with a 32bit toolchain. This entry in > config.cache should over ride that. libc_cv_386_tls=yes going to have to > look into it more. Maybe there's a second test that I missed.
Configure never complained. The error occured during make install_headers. > As for make -k install_headers. Those errors come from generating the > headers. So..... ignoring them would cause some/all of the headers to not > be installed. And may case the build the fail later on. Better the fix the > error instead of by passing it and then having to do more hacks later. I tried this to see if the headers would be installed but I haven't checked yet to see if anything is missing. I should check to see if all of the make errors were due to TLS. I don't like bypassing errors. It's like driving with bald tires. It might work for a while, but it's an accident waiting to happen. _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
