- Joined
- Jul 27, 2004
- Location
- Belton, MO
I'm trying to get Linux From Scratch working, but I'm having problems compiling glibc-2.3.5. These are the last few lines:
math/s_isinf.os -MD -MP -MF /mnt/lfs/sources/glibc-build/math/s_isinf.os.dt -MT /mnt/lfs/sources/glibc-build/math/s_isinf.os
../sysdeps/ieee754/dbl-64/s_isinf.c:29: error: 'isinf' aliased to undefined symbol '__isinf'
make[2]: *** [/mnt/lfs/sources/glibc-build/math/s_isinf.os] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.3.5/math'
make[1]: *** [math/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.3.5'
make: *** [all] Error 2
Does anybody know what might be causing this? I'm using GCC 4.0.0, which compiled without problems, and binutils was fine also. Could this be caused by using gcc 4 instead of 3.4.3?
This is the part of the handbook I am in:
http://lfs.osuosl.org/lfs/view/development/chapter05/glibc.html
Thanks
math/s_isinf.os -MD -MP -MF /mnt/lfs/sources/glibc-build/math/s_isinf.os.dt -MT /mnt/lfs/sources/glibc-build/math/s_isinf.os
../sysdeps/ieee754/dbl-64/s_isinf.c:29: error: 'isinf' aliased to undefined symbol '__isinf'
make[2]: *** [/mnt/lfs/sources/glibc-build/math/s_isinf.os] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.3.5/math'
make[1]: *** [math/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.3.5'
make: *** [all] Error 2
Does anybody know what might be causing this? I'm using GCC 4.0.0, which compiled without problems, and binutils was fine also. Could this be caused by using gcc 4 instead of 3.4.3?
This is the part of the handbook I am in:
http://lfs.osuosl.org/lfs/view/development/chapter05/glibc.html
Thanks