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