Path: utzoo!utgpu!water!watmath!clyde!mcdchg!chinet!les From: les@chinet.UUCP (Leslie Mikesell) Newsgroups: comp.unix.xenix Subject: Re: Kermit on SCO Xenix Message-ID: <6648@chinet.UUCP> Date: 22 Sep 88 02:20:59 GMT References: <63@csnz.nz> Reply-To: les@chinet.chi.il.us (Leslie Mikesell) Organization: Chinet - Public Access Unix Lines: 16 In article <63@csnz.nz> paul@csnz.co.nz (Paul Gillingwater) writes: >The main problem seems to be that it (Kermit) is looking for a library >called Llibc_s.a (judging by the -lc_s flag in the Makefile). I can >find no reference to this library anywhere in my Xenix DS. I had >exactly the same problem with the UNIX V.3 on the 3B2. I fixed it >there by simply doing a ln /lib/libc.a /lib/libc_s.a, but the same >trick didn't work under SCO Xenix. Can someone give me a hint? Please? Requesting -lc_s is the way you link to the SysVr3 shared library. It should have work on the 3B2 if your compiler is current (release 4.0 or later ??). This may be different under Xenix. In any case, only the standard functions are included so you can just deleted the -lc_s and link with the unshared library. Les Mikesell