From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: Greg Pavelcak To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] kernel mk failure Date: Mon, 16 Feb 2004 11:44:18 -0500 Topicbox-Message-UUID: e64e7922-eacc-11e9-9e20-41e7f4b1d025 Hello all. I don't know if I managed to damage my sources somehow, but I've been trying to configure a machine as a cpu/auth server, and I get the following: term% mk 'CONF=pcauth' rc ../port/mkdevc pc > pc.c 8a $AFLAGS l.s 8a $AFLAGS plan9l.s 8c -FVw cga.c 8c -FVw i8253.c 8c -FVw i8259.c 8c -FVw kbd.c 8c ../port/initcode.c 8c init9.c 8l -l -R1 -o init.out init9.8 initcode.8 /386/lib/libc.a {echo 'uchar initcode[]={' strip < init.out | xd -1x | sed -e 's/^[0-9a-f]+ //' -e 's/ ([0-9a-f][0-9a-f])/0x\1,/g' echo '};'} > init.h startboot: undefined: open in startboot startboot: undefined: bind in startboot startboot: undefined: exec in startboot mk: 8c ../port/initcode.c 8c ... : exit status=rc 2264: 8l 2268: error Any pointers greatly appreciated. Greg