linux fan wrote: > On 5/13/10, Bruce Dubbs <[email protected]> wrote: > >> Curious. My next step will be to go back and rebuild everything. >> > > Could there be a difference in gcc-4.5 with respect to which glibc was > in service at the time it was built that contibutes to "it works for > them and not for you"?
It's possible, but I don't think very likely. The host system was/is lfs 6.5, but we try to isolate everything in chroot so that wouldn't make much of a difference. Actually, the action of a compiler wouldn't use many glibc functions other than memory management and disk IO. It reads the files, parses them in memory and writes the output to files. I think I'm going to rebuild gcc inside the new system using blfs procedures and then rebuild the kernel to see if that makes any difference. I'll also try cutting down the kernel config to the minimum. I'll post my results when I'm done. BTW, on a general gcc note, I don't think the command that we use: sed -i 's...@\./fixinc\...@-c true@' gcc/Makefile.in does anything for gcc-4.5. There is no fixinc.sh script that I can find. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
