LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   (LFS2.7) Glibc make error "cant find -lgcc_eh" (https://www.linuxquestions.org/questions/linux-from-scratch-13/lfs2-7-glibc-make-error-cant-find-lgcc_eh-4175441427/)

Prabhu.Are 12-16-2012 01:19 PM

Quote:

Originally Posted by spiky0011 (Post 4850233)
Hi

Try
Code:

sudo apt-get install texinfo
No awk dosn't point to yacc not sure what you have done there


/usr/bin/awk -> /usr/bin/mawk should be /usr/bin/awk -> /usr/bin/gawk



sorry, I made a typo in my last comment.

/usr/bin/awk is pointing to /usr/bin/gawk

but

/usr/bin/yacc is pointing to /usr/bin/bison.yacc

Shall I proceed with the same...

druuna 12-16-2012 01:37 PM

Post #16: You already posted that in post #14.

My reply: post #15

In other words: If you want us to check, post the full script output.

Prabhu.Are 12-18-2012 07:20 AM

Quote:

Originally Posted by druuna (Post 4850483)
Just to make sure: Post the full output of the version-check.sh script.

druuna my version check is
Quote:


bash, version 4.1.5(1)-release
/bin/sh -> /bin/bash
Binutils: (GNU Binutils for Ubuntu) 2.20.51-system.20100908
bison (GNU Bison) 2.6
/usr/bin/yacc -> /usr/bin/bison.yacc
bzip2, Version 1.0.5, 10-Dec-2007.
Coreutils: 8.5
diff (GNU diffutils) 3.0
find (GNU findutils) 4.4.2
GNU Awk 4.0.0
/usr/bin/awk -> /usr/bin/gawk
gcc (Ubuntu/Linaro 4.4.4-14ubuntu5.1) 4.4.5
(Ubuntu EGLIBC 2.12.1-0ubuntu6) 2.12.1
GNU grep 2.6.3
gzip 1.3.12
Linux version 2.6.35-22-generic (buildd@rothera) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu4) ) #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 2010
m4 (GNU M4) 1.4.16
GNU Make 3.81
GNU patch 2.7
Perl version='5.10.1';
GNU sed version 4.2.1
tar (GNU tar) 1.23
Texinfo:
xz (XZ Utils) 4.999.9beta
gcc compilation OK

spiky0011 12-18-2012 07:29 AM

Hi

You need texinfo
Code:

sudo apt-get install texinfo


All times are GMT -5. The time now is 02:53 AM.