LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Error during installing glibc-2.2.5 (https://www.linuxquestions.org/questions/linux-from-scratch-13/error-during-installing-glibc-2-2-5-a-499948/)

giri616 11-09-2006 12:16 AM

Error during installing glibc-2.2.5
 
Error during installing glibc-2.2.5 as follow:
loading cache ./config_cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for pwd... /bin/pwd
checking build system type... i686-pc-linux-gnu
checking for gcc... gcc
checking version of gcc... 4.0.0, bad
checking for gnumake... no
checking for gmake... gmake
checking version of gmake... 3.80, ok
configure: error:
*** These critical programs are missing or too old:gcc
*** Check the INSTALL file for required versions.


Wanted to make a cross-compiler am stuck here plz help

druuna 11-09-2006 01:58 AM

Hi,

Please give a bit more information:

- Are you trying to install LFS / CLFS and which version (I would assume CLFS)?
- What are you using as base system, if it is not the LFS liveCD does it conform to the Host System Requirements as stated in the book?

It looks like you are using a base that is not correct (based on: These critical programs are missing or too old:gcc).

Oliv' 11-09-2006 12:05 PM

Hello,

Well that's quite simple: glibc-2.2.5 is nearly 5 years old and gcc-4.0 is quite recent so either downgrade gcc or upgrade glibc to 2.5

Oliv'

giri616 11-09-2006 11:34 PM

Problem solved
 
Thank you guys
it was the problem as gcc4.00 is quit new and the script of glib2.2.5 the max allowd was only till 3.5 or so when they mentioned gcc2.95 or later i thougtht 4.00. should make it work ,
used gcc- 3.2.3 and it has wrked


All times are GMT -5. The time now is 01:15 PM.