From: youki@rd.ecip.osaka-u.ac.jp (Youki Kadobayashi) Subject: Re: Help Please! Xview3 Date: 2 Dec 1992 08:52:09 GMT
>>>>> On 1 Dec 92 02:28:34 GMT, dhl@wet.UUCP (Dahai Li) said:
> I am trying to install Xview3 (downloaded from tsx-11). When I run the
> Install script, it fails in producing the utilities (olwmslave etc),
> complaining about unresolved externals:
> _svc_fdset
> _svc_getreqset
> from libxview.a.
They are library functions for Sun RPC. If you aren't using Sun RPC,
you can simply delete the code that uses svc_fdset() and
svc_getreqset(). If Xview3 requires Sun RPC, this is not the case
though. In that case you can grab rpcsrc-4.0 from some anonymous ftp
server...
I've ever heard Xview lacks portability; is Xview3 improved in this
respect?