Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!elroy.jpl.nasa.gov!usc!yeshua.opl.com!charnel!rat!koko.csustan.edu!nic.csu.net!130.150.102.20!oleg Newsgroups: comp.os.386bsd.questions Subject: Re: compat??? Message-ID: <OLEG.93Aug21125506@gd.cs.CSUFresno.EDU> From: oleg@gd.cs.CSUFresno.EDU (Oleg Kibirev) Date: 21 Aug 93 12:55:06 References: <1993Aug17.130039.2890@cvi.ns.nl> <CC3zI0.IxH@sugar.NeoSoft.COM> Organization: Computer Science Departement of California State University inFresno Nntp-Posting-Host: gd.cs.csufresno.edu In-reply-to: peter@NeoSoft.com's message of Sat, 21 Aug 1993 12:18:00 GMT Lines: 21 In article <CC3zI0.IxH@sugar.NeoSoft.COM> peter@NeoSoft.com (Peter da Silva) writes: In article <1993Aug17.130039.2890@cvi.ns.nl> arie@cvi.ns.nl (Arie Kraai) writes: > Being new to the 386BSD community (yet not even completely in...), I faced > a complaint about a missing libcompat.a too often. There is none. You need to apply the patchkits... they fix the makefiles so they quit looking for it. I just did: touch t.c cc -c t.c ar qc libcompat.a t.o ranlib libcompat.a rm t.? -- Oleg