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

  1. Xref: sparky comp.unix.aix:9260 bit.listserv.aix-l:1420
  2. Newsgroups: comp.unix.aix,bit.listserv.aix-l
  3. Path: sparky!uunet!newsgate.watson.ibm.com!yktnews!admin!flu!marc
  4. From: marc@watson.ibm.com (Marc Auslander)
  5. Subject: Re: Shared Libraries lose under AIX 3.1/X11R5
  6. Sender: news@watson.ibm.com (NNTP News Poster)
  7. Message-ID: <MARC.92Sep1131203@marc.watson.ibm.com>
  8. In-Reply-To: williams@herky.cs.uiowa.edu's message of Wed, 26 Aug 1992 18:25:13 GMT
  9. Date: Tue, 1 Sep 1992 18:12:03 GMT
  10. Disclaimer: This posting represents the poster's views, not necessarily those of IBM
  11. References: <1992Aug26.182513.22338@news.uiowa.edu>
  12. Nntp-Posting-Host: marc.watson.ibm.com
  13. Organization: IBM T.J. Watson Research Center, Hawthorne, New York
  14. Lines: 17
  15.  
  16. I don't know about the X build - but maybe I can help with the library side.
  17.  
  18. First, try dump -H module.  This will show the the libpath and the
  19. library names that will be looked for at load time.  I would expect
  20. that you have the absolute path names in your build tree of the
  21. libraries, rather than the /usr/lib/... locations.
  22.  
  23. The -Z option can sometimes be used to make cross compiles work.  For
  24. example, if the libraries are supposed to be in /usr/lib/X11.5 at run
  25. time, but are in /mypath/usr/lib/X11.5 at build time,  the options
  26.  
  27. -L /usr/lib/X11.5 -Z /mypath will get things right.
  28. --
  29.  
  30.  
  31. Marc Auslander       (IBM)<marc@marc.watson.ibm.com>      914 784-6699
  32.                      (Internet)<marc@watson.ibm.com>
  33.