On Tue, Oct 29, 2002 at 12:04:50AM +0100, Axel Christiansen wrote: > while trying to setup a hurd os with all the > necessary peaces to compile software i got stocked. > > make gives me the following: > regex.c:34:23: sys/types.h: No such file or directory > regex.c:72:21: strings.h: No such file or directory > regex.c:130:19: ctype.h: No such file or directory > make[1]: *** [regex.o] Error 1 > make[1]: Leaving directory `/src/m4-1.4/lib' > make: *** [all] Error 1
Install libc0.3-dev. In fact, most things are probably already compiled for you. Are you familiar with how Debian works? If not, please consider looking at http://www.debian.org/, and reading about 'apt'. That will save you lots of time. =) -- When you get to the heart, use a knife and fork. - Instructions for eating an artichoke.

