home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 284 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.8 KB  |  45 lines

  1. Path: idefix.CS.kuleuven.ac.be!geert
  2. From: geert@cs.KULeuven.ac.be (Geert Uytterhoeven)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Compiling X Programs Under Amiga Linux?
  5. Date: 30 Jan 1996 13:17:34 GMT
  6. Organization: Department of Computer Science, Katholieke Universiteit Leuven, Belgium
  7. Sender: geert@idefix (Geert Uytterhoeven)
  8. Distribution: world
  9. Message-ID: <4el5pe$njm@idefix.CS.kuleuven.ac.be>
  10. References: <4dvqi0$4r2i@news-s01.ny.us.ibm.net> <4e0ihk$10h@news.Informatik.Uni-Oldenburg.DE> <4e547j$1jsk@news-s01.ny.us.ibm.net> <4e5730$bf3@idefix.CS.kuleuven.ac.be> <4eid6s$uqo@news-s01.ny.us.ibm.net> <4eikui$i5g@news.Informatik.Uni-Oldenburg.DE> <4ekvpt$1rbg@news-s01.ny.us.ibm.net>
  11. NNTP-Posting-Host: idefix.cs.kuleuven.ac.be
  12. Keywords: X, libraries, Amiga, Linux
  13.  
  14. In article <4ekvpt$1rbg@news-s01.ny.us.ibm.net>, fheitka@ibm.net (Frederick V. Heitkamp) writes:
  15. |> In article <4eikui$i5g@news.Informatik.Uni-Oldenburg.DE>, 
  16. |> Frank.Neumann@Informatik.Uni-Oldenburg.DE┌ says...
  17. |> >fheitka@ibm.net (Frederick V. Heitkamp) writes:
  18. |> >No, that's just another link, but not the one you need for linking. As Geert
  19. |> >said: For every *.so.6.0 library, do something like:
  20. |> >
  21. |> >ln -s <libname>.so.6.0 <libname>.so
  22. |> 
  23. |> Hmmm.  That appears to be different from the PC version of Linux, at least
  24. |> the way I'm have it now.  Is that the correct convention?
  25.  
  26. Both the old and the new convention are the same for both Linux/i386 and
  27. Linux/m68k.  This means that the old ld requires
  28.  
  29.     <libname>.so.6 -> <libname>.so.6.0
  30.  
  31. while the new one (e.g. ld.so-1.7.12.tar.gz) also requires
  32.  
  33.     <libname>.so -> <libname>.so.6.0
  34.  
  35. That's it!
  36.  
  37. Greetings,
  38.  
  39.                         Geert
  40.  
  41. --
  42. Geert Uytterhoeven                     Geert.Uytterhoeven@cs.kuleuven.ac.be
  43. Wavelets, Linux/m68k on Amiga          http://www.cs.kuleuven.ac.be/~geert/
  44. Department of Computer Science -- Katholieke Universiteit Leuven -- Belgium
  45.