From: wonko@yabbs To: htoaster@yabbs Subject: kaweifakjsdg Date: Mon Nov 15 09:28:22 1993 ok, got the source again, and pulled the -g -XLinker -Z crap from thwe CC=gcc line. ran make and got this error. cd utils;make "CC=gcc" "CFLAGS=-DBSD -DTERMIO=0 -I../include" gcc _DBSD -DTERMIO=0 -I../include makeidx.c -o makeidx gcc -DBSD -DTERMIO=0 -I../include baseed.c -o baseed util_common.h: In function 'writeuser': In file included from baseed.c:30: util_common.h:417: 'LOCK_EX' undeclared (first use of this function) util_common.h:417: (Each undeclared identifier is reported only once util_common.h:417: for each function it appears in.) util_common.h:426: 'LOCK_UN' undeclared (first use this function) *** Exit 1 Stop. *** Exit 1 Stop. and that is as far as i get, this is on the RT running 4.3BSD -wonko