Kermit on SCO Xenix

Leslie Mikesell les at chinet.UUCP
Thu Sep 22 12:20:59 AEST 1988


In article <63 at csnz.nz> paul at 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



More information about the Comp.unix.xenix mailing list