Hi, folks, I'm trying to cross-compile glibc-2.1.1 on a linux box. However the build fails with several error messages like:
hurd.h: In function `__hurd_fail': In file included from hurdstartup.c:24: hurd.h:51: `EMACH_SEND_INVALID_DEST' undeclared (first use in this function) hurd.h:51: (Each undeclared identifier is reported only once hurd.h:51: for each function it appears in.) hurd.h:52: `EMIG_SERVER_DIED' undeclared (first use in this function) hurd.h:54: warning: unreachable code at beginning of switch statement I'm using: egcs-1.1.2 gnumach-19981118 mig-1.0.2 hurd-19990329 glibc-2.1.1 Any clues ? Regards, -velco

