|
小人用Fedora Core 5 裝LFS development version
(因為之前裝LFS 6.1.1 不成功)
在make glibc-2.3.6 第一次時有以下Error
敬請各位求救
/home/lfs/glibc-build/csu/crtn.o
/usr/lib/gcc/i386-redhat-linux/4.1.0/libgcc_eh.a(unwind-dw2.o):
In function `.L124':
: undefined reference to `__stack_chk_fail_local'
/usr/lib/gcc/i386-redhat-linux/4.1.0/libgcc_eh.a(unwind-dw2.o):
In function `__frame_state_for':
: undefined reference to `__stack_chk_fail_local'
/usr/lib/gcc/i386-redhat-linux/4.1.0/libgcc_eh.a(unwind-dw2.o):
In function `.L401':
: undefined reference to `__stack_chk_fail_local'
/usr/lib/gcc/i386-redhat-linux/4.1.0/libgcc_eh.a(unwind-dw2.o):
In function `_Unwind_Backtrace':
: undefined reference to `__stack_chk_fail_local'
/usr/lib/gcc/i386-redhat-linux/4.1.0/libgcc_eh.a(unwind-dw2.o):
In function `_Unwind_RaiseException':
: undefined reference to `__stack_chk_fail_local'
/usr/lib/gcc/i386-redhat-linux/4.1.0/libgcc_eh.a(unwind-dw2.o)::
more undefined references to `__stack_chk_fail_local'
follow
collect2: ld returned 1 exit status
make[2]: *** [/home/lfs/glibc-build/elf/sln] Error 1
make[2]: Leaving directory `/home/lfs/glibc-2.3.6/elf'
make[1]: *** [elf/others] Error 2
make[1]: Leaving directory `/home/lfs/glibc-2.3.6'
make: *** [all] Error 2
[root@localhost glibc-build]# |
|