Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!teknowledge-vaxc!sri-unix!ctnews!pyramid!uccba!hal!ncoast!allbery From: allbery@ncoast.UUCP (Brandon Allbery) Newsgroups: comp.unix.wizards Subject: Re: /lib files NEEDED Message-ID: <5186@ncoast.UUCP> Date: Wed, 4-Nov-87 17:45:30 EST Article-I.D.: ncoast.5186 Posted: Wed Nov 4 17:45:30 1987 Date-Received: Sun, 8-Nov-87 11:56:33 EST References: <4360003@wdl1.UUCP> Reply-To: allbery@ncoast.UUCP (Brandon Allbery) Followup-To: comp.unix.wizards Organization: Cleveland Public Access UN*X, Cleveland, Oh Lines: 15 As quoted from <4360003@wdl1.UUCP> by lmurray@wdl1.UUCP (Lance Murray): +--------------- | Help! I was able to get Conquest from comp.sources.games, but when | I tried to 'make' the system, I got errors. The only thing I could find | that was strange with the Makefile was the mentioning of two files | /lib/crt0s.o and /lib/shlib.ifile +--------------- The only thing shared by these files is /lib/libc.a; not eactly essential to the game's proper working, they just save some memory. Replace /lib/crt0s.o with /lib/crt0.o, remove /lib/shlib.ifile, and append " -lc", all to the command to load the executable (ld ...). -- Brandon S. Allbery necntc!ncoast!allbery@harvard.harvard.edu {harvard!necntc,well!hoptoad,sun!mandrill!hal,uunet!hnsurg3}!ncoast!allbery