On Thu, Jan 03, 2002 at 01:16:55PM -0600, [EMAIL PROTECTED] wrote: > I'm having problems compiling HURD. I've installed the base system from > the tar file and a bunch of packages (including gcc3.0). I got the source > from CVS today. There seems to be a problem with the Makefile. I get > > make[1]: Entering directory `/src/hurd/libports' > gcc -O -E -x c -I. -I.. -I../include -D_GNU_SOURCE -D_IO_MTSAFE_IO >-DHAVE_GETGROUPLIST=1 -DSERVERPREFIX=S_ ../hurd/interrupt.defs -o interrupt.sdefsi > mig -cc cat - /dev/null -subrprefix __ -prefix ports_ \ > -sheader interrupt_S.h -server interruptServer.c \ > -user /dev/null -header /dev/null < interrupt.sdefsi > cat: invalid option -- d > Try `cat --help' for more information. > mig: fatal: no SubSystem declaration > > suggestions?
Yes, remove "-undef" from cppflags in /usr/bin/mig. Will be fixed soon in the mig package (it's fixed in CVS). Thanks Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNU http://www.gnu.org [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
