|
|
i am now on RH9 2.6, Compiling LFS6.0 ,but according to LFS6.1 Doc,through my hard work,im passing to the step " Compiling shadow-4.0.4.1", with GCC3.4.1+NPTL+GLIBC2.3.4,but with a error:
xmalloc.c:16:error:conflicting types for "malloc".
then i checked xmalloc.c(libmisc/xmalloc.c), found:
char* malloc();
then i modified:
void* malloc();
Compiling done successfully. have anyone encountered this problem? |
|