|
sscanf.c:31: warning: conflicting types for built-in function `sscanf'
sscanf.c: In function `sscanf':
sscanf.c:37: error: `va_start' used in function with fixed args
../string/bits/string2.h: At top level:
../stdio-common/_itoa.h:40: warning: inlining failed in call to `_itoa_word'
../string/bits/string2.h:76: warning: called from here
make[2]: *** [/mnt/lfs/LFSsoft/glibc-build/stdio-common/sscanf.o] Error 1
make[2]: Leaving directory `/mnt/lfs/LFSsoft/glibc-2.3.2/stdio-common'
make[1]: *** [stdio-common/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/lfs/LFSsoft/glibc-2.3.2'
make: *** [all] Error 2
[lfs@CyfMagic glibc-build]$
我用的主系统是magic Linux-1.1b
没有使用优化参数。一切都是严格按照手册要求进行的。
gcc-3.3,glibc-2.3.2,binutils-2.13.2.1
是不是gcc-3.3有问题呀。有没有谁成功过呢?虽然gcc-3.3刚刚出来不久。 |
|