Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!amdcad!ames!husc6!m2c!applix!jim From: jim@applix.UUCP (Jim Morton) Newsgroups: comp.unix.xenix Subject: Re: Kermit on SCO Xenix Summary: what libc_s is... Message-ID: <810@applix.UUCP> Date: 22 Sep 88 15:08:31 GMT References: <63@csnz.nz> Organization: APPLiX Inc., Westboro MA Lines: 16 In article <63@csnz.nz>, paul@csnz.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 the file libc_s is the SHARED C library, available on Unix V.3 systems. Xenix 2.2 does not provide shared library linking, and as far as I know, and from looking at the 2.3 beta development system, Xenix 2.3 will provide V.3 RUNTIME shared libary support but not DEVELOPMENT LINKING shared libary support. Anyways, just change it to -lc or leave it out, since it will look for the regular C library by default. -- Jim Morton, APPLiX Inc., Westboro, MA UUCP: ...harvard!m2c!applix!jim jim@applix.m2c.org