home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9127 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.5 KB

  1. Xref: sparky comp.unix.aix:9127 bit.listserv.aix-l:1402
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!ut-emx!ibmchs!auschs!awdprime.austin.ibm.com!jerry
  3. From: jerry@austin.ibm.com (Jerry Heyman)
  4. Newsgroups: comp.unix.aix,bit.listserv.aix-l
  5. Subject: Re: Shared Libraries lose under AIX 3.1/X11R5
  6. Message-ID: <1992Aug26.214621.27416@awdprime.austin.ibm.com>
  7. Date: 26 Aug 92 21:46:21 GMT
  8. References: <1992Aug26.182513.22338@news.uiowa.edu>
  9. Sender: news@awdprime.austin.ibm.com (USENET News)
  10. Reply-To: jerry@austin.ibm.com
  11. Organization: IBM AWD Austin, TX
  12. Lines: 26
  13. Originator: jerry@dcheney.austin.ibm.com
  14.  
  15.  
  16. In article <1992Aug26.182513.22338@news.uiowa.edu>, williams@herky.cs.uiowa.edu (Kent Williams) writes:
  17. > What is the magic incantation to tell the system how to find shared libraries
  18. > if they're not where IBM put them?  Or is it possible to link statically?
  19.  
  20. When I built xrn6.17 on AIX 3.1.5 (X11R3), I linked in the X11R4 libraries
  21. statically (in fact I linked all libraries statically).  I used the following
  22. flags:
  23.  
  24.     -bnoautoimp -bimport:/lib/syscalls.exp
  25.  
  26. This tells the system NOT to automatically import symbols, specifies where to
  27. get the symbols from and then I explicitly listed each of the libX*.a files
  28. on the link line.
  29.  
  30. Hope this helps...
  31.  
  32. jerry
  33. -- 
  34. Jerry Heyman                         e-mail   : jerry@austin.ibm.com
  35. IBM AWD AIX Dev Env Tools MS 9631    "Software is the difference between
  36. Austin, TX  78758                        hardware and reality"
  37. *** All opinions expressed are exactly that - my opinions and NOT IBM's
  38.