Re: [lfs-support] Glibc make error “cant find -lgcc_eh”

2012-12-14 Thread Michael E. Maher
t: Friday, December 14, 2012 10:00 PM > To: Prabhu > Cc: lfs-support@linuxfromscratch.org > Subject: Re: [lfs-support] Glibc make error “cant find -lgcc_eh” > > Hi Prabhu, > > Looks like your compiler (linker actually) cannot find the 'gcc_eh' > library: > &

Re: [lfs-support] Glibc make error “cant find -lgcc_eh”

2012-12-14 Thread Дмитрий Соколов
l E. Maher Sent: Friday, December 14, 2012 10:00 PM To: Prabhu Cc: lfs-support@linuxfromscratch.org Subject: Re: [lfs-support] Glibc make error “cant find -lgcc_eh” Hi Prabhu, Looks like your compiler (linker actually) cannot find the 'gcc_eh' library: > cannot find -lgcc_eh collec

Re: [lfs-support] Glibc make error “cant find -lgcc_eh”

2012-12-14 Thread Michael E. Maher
Hi Prabhu, Looks like your compiler (linker actually) cannot find the 'gcc_eh' library: > cannot find -lgcc_eh collect2:error: ld returned 1 exit status This library isn't set up when doing the GCC build, so it needs to be linked up, with: ln -sv libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name