I didnt like the method used in LFS so i decided to kinda wing it.
I am trying to install coreutils in a dir called /wolflinux (where the distro will eventually be installed)
i did
Code:
CFLAGS="-static" ./configure --bindir=/bin --sysconfdir=/etc --infodir=/usr/info --mandir=/usr/share/man --libdir=/usr/lib --disable-shared
to configure coreutils
and then did
that gave me this error:
Code:
In file included from /usr/include/bits/sigcontext.h:28,
from /usr/include/signal.h:333,
from sig2str.c:26:
/usr/include/asm/sigcontext.h:79: error: syntax error before '*' token
/usr/include/asm/sigcontext.h:82: error: syntax error before '}' token
make[3]: *** [sig2str.o] Error 1
make[3]: Leaving directory `/wolflinux/coreutils-5.93/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/wolflinux/coreutils-5.93/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/wolflinux/coreutils-5.93'
make: *** [all] Error 2
i can compile other software fine, but not coreutils
if anybody could tell me why its not working and / or guide me in the right direction
please tell me