Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-ses!hpcuhb!hpindda!kmont From: kmont@hpindda.HP.COM (Kevin Montgomery) Newsgroups: comp.sys.hp Subject: Re: linking BSD type software on HP-UX Message-ID: <4310031@hpindda.HP.COM> Date: 22 Mar 89 02:27:42 GMT References: <940@eastman.UUCP> Organization: HP Information Networks, Cupertino, CA Lines: 11 / hpindda:comp.sys.hp / gerwitz@eastman.UUCP (Paul Gerwitz) / 7:06 am Mar 20, 1989 / > externals like 'index' 'bcopy', 'bzero' that must be from the BSD Paul- you could either change the source (I usually will #ifdef the offending function then will only have to change it once when porting in the future), or make a library with those offending, virtual functions mapping to the real functions, or (if you don't want to touch the source, per se) you could 'sed' the original source to convert things... kev