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

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