i'm new started to be interested in lfs. when i compiling glibc i got error
after "make install" command:


/usr/bin/install -c /home/yusuf/İndirilenler/glibc-build/posix/getconf
/tools/bin/getconf.new
mv -f /tools/bin/getconf.new /tools/bin/getconf
LC_ALL=C GETCONF_DIR=/dev/null \
         /home/yusuf/İndirilenler/glibc-build/elf/ld-linux.so.2
--library-path
/home/yusuf/İndirilenler/glibc-build:/home/yusuf/İndirilenler/glibc-build/math:/home/yusuf/İndirilenler/glibc-build/elf:/home/yusuf/İndirilenler/glibc-build/dlfcn:/home/yusuf/İndirilenler/glibc-build/nss:/home/yusuf/İndirilenler/glibc-build/nis:/home/yusuf/İndirilenler/glibc-build/rt:/home/yusuf/İndirilenler/glibc-build/resolv:/home/yusuf/İndirilenler/glibc-build/crypt:/home/yusuf/İndirilenler/glibc-build/nptl
/home/yusuf/İndirilenler/glibc-build/posix/getconf
_POSIX_V7_WIDTH_RESTRICTED_ENVS >
/home/yusuf/İndirilenler/glibc-build/posix/getconf.speclist.new
Segmentation fault (core dumped)
make[2]: *** [/home/yusuf/İndirilenler/glibc-build/posix/getconf.speclist]
Error 139
make[2]: Leaving directory `/home/yusuf/İndirilenler/glibc-2.16.0/posix'
make[1]: *** [posix/subdir_install] Error 2
make[1]: Leaving directory `/home/yusuf/İndirilenler/glibc-2.16.0'
make: *** [install] Error 2

my configure command:
../glibc-2.16.0/configure                             \
      --prefix=/tools                                 \
      --host=$LFS_TGT                                 \
      --build=$(../glibc-2.16.0/scripts/config.guess) \
      --disable-profile                               \
      --enable-add-ons                                \
      --enable-kernel=2.6.5                          \
      --with-headers=/tools/include                   \
      libc_cv_forced_unwind=yes                       \
      libc_cv_ctors_header=yes                        \
      libc_cv_c_cleanup=yes


i do "make" command without an error.
what can i do to fix this problem?
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to