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