LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   glibc-2.3.2 error (https://www.linuxquestions.org/questions/linux-from-scratch-13/glibc-2-3-2-error-82434/)

rahul_jain_9684 08-15-2003 11:39 PM

glibc-2.3.2 error
 
i am using redhat 8.0 as host

gcc-3.3 binutils-2.14 and glibc-2.3.2 for my lfs system

i am getting error while doing glibc in chapter 6 immidiately after entering the chroot

the error says

***could not compute suffix of object files looke config.log for more details

i saw the config.log and the file says as

the line just above the above error says

***could not execute /static/bin/as: No such file or directory

i searched for the file and it is there in the /static/bin after chrooting

there are some more files which are not getting executed if i do so from my chroot environ in the /static/bin dir

those are
as ar addr2line ld and may be some more i have not checked

can anyone suggest what went wrong

these files get executed from my host distro by giving the full path as /mnt/lfs/static/bin/as

there were errors while compiling the gcc-3.3 core in chap 5 they were internal compiler errors most of them saying

internal compiler error:segmentation fault

i did make distclean, and started installing again but every time the error comes in one or the other function.

then i just did make command again after getting the error and it compiled at the end

most of the time error came during stage2


All times are GMT -5. The time now is 05:36 PM.