home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!mcsun!sunic!ericom!lmfken
- From: lmfken@lmf.ericsson.se (Kenneth Osterberg)
- Subject: Re: XView Problem
- Message-ID: <lmfken.721894253@bluese2>
- Keywords: SLS, compilations, XView programming
- Sender: news@ericsson.se
- Nntp-Posting-Host: bluese2.lmf.ericsson.se
- Organization: Oy LM Ericsson Ab, Jorvas, Finland
- References: <1992Nov13.095134.29647@menudo.uh.edu>
- Date: Mon, 16 Nov 1992 06:10:53 GMT
- Lines: 29
-
- wjin@cs.uh.edu (W. Woody Jin) writes:
-
- >I am a novice in XView programming (just started to read
- >O'Reilly's XView programming Book).
- >And I have a problem in compiling the first example in the book,
-
- >which is quit.c.
-
- >When compiling it, I get the following error messages :
- >cc quit.c -lxview -lolgx -lX11
- [misc. compiler warnings deleted]
- >/usr/lib/libxview.a(ndet_loop.o): Undefined symbol _svc_fdset referenced from te
- >xt segment
- >/usr/lib/libxview.a(ndet_loop.o): Undefined symbol _svc_fdset referenced from te xt segment
- >/usr/lib/libxview.a(ndet_loop.o): Undefined symbol _svc_getreqset referenced fro m text segment
-
- >The XView book is the most recent one (which describes ver 3.0), so it
- >should work with the current xview port to Linux.
- >BTW, I am using most recent version of SLS package.
-
- You need the RPC-library by Rick Sladkey, available at least on tsx-11 in
- /pub/linux/ALPHA/NFS/sunrpc-bin-4.0.tar.Z. Install it, then add -lrpclib
- to your list of libraries when compiling. Another alternative is to use
- the dummyrpc.c file included in the xview3 package. Please read the README
- in xview3.tar.Z for further instructions.
-
- --
- "Remember, the source will be with you... always" | lmfken@lmf.ericsson.se
- - Obi-wan teaching GNU CopyLeft | lmfken@bluese1.ericsson.fi
-