home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 16810 < prev    next >
Encoding:
Text File  |  1992-11-15  |  1.7 KB  |  43 lines

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