home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / appletal / 3361 < prev    next >
Encoding:
Text File  |  1992-09-12  |  1.8 KB  |  59 lines

  1. Newsgroups: comp.protocols.appletalk
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!jiazhang
  3. From: jiazhang@magnus.acs.ohio-state.edu (Jiajie Zhang)
  4. Subject: Problems with installing CAP60
  5. Message-ID: <1992Sep11.163515.14316@magnus.acs.ohio-state.edu>
  6. Sender: news@magnus.acs.ohio-state.edu
  7. Nntp-Posting-Host: top.magnus.acs.ohio-state.edu
  8. Organization: The Ohio State University
  9. References: <1992Sep11.032724.8458@magnus.acs.ohio-state.edu>
  10. Date: Fri, 11 Sep 1992 16:35:15 GMT
  11. Lines: 46
  12.  
  13. Sorry, in my previous posting, I forgot to tell you the machine and
  14. system I am using.
  15.  
  16. The machine is a Sun Sparc 2.  The operating system is SunOS 4.1.
  17.  
  18. ----------------------------------------------------------------------
  19. Everytime when I tried to install cap60, I always got compiling error
  20. messages like
  21.  
  22.     cc -o lwsrv  fontlist.o lwsrv.o papstream.o procset.o simple.o
  23.     spmisc.o att_geto pt.o -lcap
  24.     ld: Undefined symbol
  25.        __Q_get_rp_rd
  26.        _dlopen
  27.        _dlclose
  28.        _dlsym
  29.        _nl_langinfo
  30.     *** Error code 2
  31.     make: Fatal error: Command failed for target `lwsrv'
  32.  
  33. Actually this problem is not unique to cap60.  It happened to many
  34. other applications.
  35.  
  36. When I replaced "LD=ld" with "LD=ld -ldl" in the makeifle, I still got
  37. something like 
  38.  
  39.     cc -o lwsrv  fontlist.o lwsrv.o papstream.o procset.o simple.o
  40.     spmisc.o att_geto pt.o -lcap
  41.     ld: Undefined symbol
  42.        __Q_get_rp_rd
  43.        _nl_langinfo
  44.     *** Error code 2
  45.     make: Fatal error: Command failed for target `lwsrv'
  46.  
  47. I was told that the problem might be caused by the shared
  48. libraries, which were rebuilt for Network Name Server (or something
  49. like that).  However, because I am only an end user, I do not know
  50. much about the system stuff.
  51.  
  52. Does anyone know how to overcome this problem, either temporarily or
  53. permanently?  Any pointers will be greatly appreciated.
  54.  
  55. Jiajie Zhang
  56. jiazhang@magnus.acs.ohio-state.edu
  57.  
  58.  
  59.