![]() |
nasty little error with glbc :(
I am using version 6.6 of LFS, and am on chapter 5.7 where i have to compile glbc.
the problem comes after i enter the command to prepare glbc for compliation. I get this! Code:
checking whether __attribute__((visibility())) is supported... nohow can I fix this? |
Quote:
what host system are you using? Please post the commands that you executed before the error occurred. We also need a little more of the output. As for the requirements, make sure that every program is installed with it's recommended minimal version, e.g. by executing Code:
gcc --version |
Hey CRTS, thanks for the reply.
i expected it to take much longer :D I'm using Ubuntu 9.10 as host, for lack of any specific suggestions from anyone making an LFS. this is my first lfs, if it isn't apparent enough already :) before I got the error i executed these commands: Code:
case `uname -m` inCode:
../glibc-2.11.1/configure --prefix=/tools \and the output was (not the whole thing) Code:
checking for a BSD-compatible install... /usr/bin/install -cthanks EDIT: checked all the host requirements, all good PLEASE HELP! |
Haven't gotten help.
I really wanna fix this before i quit and move to archlinux or something. any other details necessary? |
Hi,
Quote:
My advise: Use the LFS liveCD instead. Hope this helps. |
I think in chapter 5 when binutils-pass1 and gcc-pass1 is compiled there is a misconfiguration with the ld.
You could try to force gcc to prefer the linker from the host in /usr/bin. Try this in pass 1 of binutils Code:
CC="gcc -B/usr/bin/" ../binutils-2.20.1/configure \Code:
CC="gcc -B/usr/bin/" ../gcc-4.5.0/configure \ |
| All times are GMT -5. The time now is 11:52 PM. |