Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!ukma!david From: david@ms.uky.edu (David Herron -- Resident E-mail Hack) Newsgroups: comp.unix.wizards,comp.sources.wanted Subject: Re: /lib files NEEDED Message-ID: <7595@e.ms.uky.edu> Date: Thu, 29-Oct-87 13:51:36 EST Article-I.D.: e.7595 Posted: Thu Oct 29 13:51:36 1987 Date-Received: Tue, 3-Nov-87 07:12:46 EST References: <4360003@wdl1.UUCP> Reply-To: david@ms.uky.edu (David Herron -- Resident E-mail Hack) Organization: U of Kentucky, Mathematical Sciences Lines: 29 Xref: mnetor comp.unix.wizards:5193 comp.sources.wanted:2692 In article <4360003@wdl1.UUCP> lmurray@wdl1.UUCP (Lance Murray) writes: > Help! I was able to get Conquest from comp.sources.games, but when >I tried to 'make' the system, I got errors. > /lib/crt0s.o and /lib/shlib.ifile > > I assume (hopefully correctly) that these files were important >to the 'shared' aspect of the games (similar to Empire). Since I don't >have these files, anyone willing to Email me a copy, or a lead on >where to 'appropriate' them would be held in highest esteam. er.. These files are only for the unix on Unix PC's and implement the shared C library. (Shared libraries are also on SysVr3, but some of the details are different). If you don't have them, then don't worry about it. Especially since the Makefile as distributed doesn't actually USE those files. Interestingly, if I re-work the Makefile so that it will use the shared libraries, the code doesn't compile because of missing symbols. But then it's already known that the shared stuff is strange, especially for programs needing curses kind of things. -- <---- David Herron, Local E-Mail Hack, david@ms.uky.edu, david@ms.uky.csnet <---- {rutgers,uunet,cbosgd}!ukma!david, david@UKMA.BITNET <---- I thought that time was this neat invention that kept everything <---- from happening at once. Why doesn't this work in practice?