[comp.sys.next] Unknown at orst is messed up

cliff@mneme.psych.nwu.edu (Cliff Chaput) (05/10/90)

I just got the file Unknown.tar.Z from cs.orst.edu.  When I uncompressed
and untarred and typed "make", the following stuff appeared on my screen:

Script started on Wed May  9 17:45:35 1990
bash$ make
make Unknown "OFILE_DIR = obj"  "CFLAGS =  -O -g -Wimplicit"
mkdirs obj
cc -O -g -Wimplicit  -c Unknown.m -o obj/Unknown.o
cc -O -g -Wimplicit  -c Unknown_main.m -o obj/Unknown_main.o
cc -O -g -Wimplicit -segcreate __HASHTABLE __DATA Unknown.iconarchive -segcreat
e __ICON __header Unknown.iconheader -o Unknown obj/Unknown.o obj/Unknown_main.
o -ltext -lNeXT_s -lsys_s
ld: can't stat() file: Unknown.iconarchive (to create a segment with)
*** Exit 1
Stop.
*** Exit 1
Stop.
bash$ 
script done on Wed May  9 17:46:52 1990

Is the version of Unknown on cs.orst.edu screwed up, or is this an
undocumented feature? :-)

Cliff Chaput
cliff@mneme.psych.nwu.edu