|
|
make 之后有错误
mnt/lfs/sources/glibc-build/iconv/gconv.o -MD -MP -MF /mnt/lfs/sources/glibc-build/iconv/gconv.o.dt -MT /mnt/lfs/sources/glibc-build/iconv/gconv.o
In file included from ../include/stdlib.h:8,
from ./gconv_int.h:24,
from gconv.c:23:
../stdlib/stdlib.h:617: 警告:‘__malloc__’ 属性被忽略
In file included from ./gconv_int.h:24,
from gconv.c:23:
../include/stdlib.h:99: 警告:‘__malloc__’ 属性被忽略
In file included from ../include/pthread.h:1,
from ../nptl/sysdeps/pthread/bits/libc-lock.h:23,
from ./gconv_int.h:25,
from gconv.c:23:
../nptl/sysdeps/pthread/pthread.h:664: 错误:数组元素的类型不完全
make[2]: *** [/mnt/lfs/sources/glibc-build/iconv/gconv.o] 错误 1
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.3.4/iconv'
make[1]: *** [iconv/subdir_lib] 错误 2
make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.3.4'
make: *** [all] 错误 2
不知道有没有人遇到过,怎么解决呢? |
|