|

楼主 |
发表于 2002-12-16 15:16:32
|
显示全部楼层
出错了,请各位帮忙!
编译bzip2时:
-bash-2.05b$ make CC="gcc -static -s" && make PREFIX=$LFS/static install
gcc -static -s -Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -o bzip2 bzip2.o -L. -lbz2
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make: *** [bzip2] Error 1 |
|