home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 354 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: pc1.ibm.net!heitkamp
  2. From: heitkamp@ibm.net (Frederick V. Heitkamp)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Compiling X Programs Under Amiga Linux?
  5. Date: 6 Feb 1996 11:52:00 GMT
  6. Organization: Private Site
  7. Message-ID: <4f7fd0$5hk@news-s01.ny.us.ibm.net>
  8. References: <4dvqi0$4r2i@news-s01.ny.us.ibm.net> <52v68drdyrk.fsf@aleko.kom.auc.dk>
  9. Reply-To: fheitka@ibm.net
  10. NNTP-Posting-Host: slip37-208-82.ibm.net
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Jes Degn Soerensen (jds@kom.auc.dk) wrote:
  14. : >>>>> "Frank" == Frank Neumann <Frank.Neumann@Informatik.Uni-Oldenburg.DE> writes:
  15.  
  16. : Frank> Hi, fheitka@ibm.net (Frederick V. Heitkamp) writes:
  17.  
  18. : >>> Try to create soft links from /usr/X11R6/lib/lib*.so to the
  19. : >>> /usr/X11R6/lib/lib*.so.6.0 libraries, e.g.
  20. : >>> 
  21. : >>> cd /usr/X11R6/lib ln -s libX11.so.6.0 libX11.so
  22. : >>> 
  23. : >> Right now it is: libX11.so.6 -> libX11.so.6.0.0
  24.  
  25. : >> etc.
  26.  
  27. : >> Isn't that correct?
  28.  
  29. : Frank> No, that's just another link, but not the one you need for
  30. : Frank> linking. As Geert said: For every *.so.6.0 library, do
  31. : Frank> something like:
  32.  
  33. : Frank> ln -s <libname>.so.6.0 <libname>.so
  34.  
  35. : After creating the links I had to run 'ldconfig' once more in order to
  36. : get it working - dunno if thats your problem. I tried just setting
  37.  
  38. I tried making these links.  The programs still won't link.  I get the
  39. same error messages as before.  Perhaps my ld is the problem?
  40.  
  41. Fred Heitkamp
  42.  
  43.