The error is "cannot find -lmvec". I tried to use "--disable-mathvec",
but not work.
more log:
========================
then echo 'stubs.h unchanged'; \
else /tools/bin/install -c -m 644 /sources/glibc-build/stubs.h
/usr/include/gnu/stubs-32.h; fi
stubs.h unchanged
rm -f /sources/glibc-build/stubs.h
/sources/glibc-build/elf/sln /sources/glibc-build/elf/symlink.list
rm -f /sources/glibc-build/elf/symlink.list
test ! -x /sources/glibc-build/elf/ldconfig || LC_ALL=C \
/sources/glibc-build/elf/ldconfig \
/lib /usr/lib
LD_SO=ld-linux.so.2 CC="gcc" /usr/bin/perl
scripts/test-installation.pl /sources/glibc-build/
/tools/lib/gcc/i686-pc-linux-gnu/5.2.0/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lmvec
collect2: error: ld returned 1 exit status
Execution of gcc failed!
The script has found some problems with your installation!
Please read the FAQ and the README file and check the following:
- Did you change the gcc specs file (necessary after upgrading from
Linux libc5)?
- Are there any symbolic links of the form libXXX.so to old libraries?
Links like libm.so -> libm.so.5 (where libm.so.5 is an old library) are wrong,
libm.so should point to the newly installed glibc file - and there should be
only one such link (check e.g. /lib and /usr/lib)
You should restart this script from your build directory after you've
fixed all problems!
Btw. the script doesn't work if you're installing GNU libc not as your
primary library!
Makefile:108: recipe for target 'install' failed
make[2]: *** [install] Error 1
make[2]: Leaving directory '/sources/glibc-2.22'
Makefile:12: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory '/sources/glibc-build'
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page