home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!ut-emx!ibmchs!auschs!portal.austin.ibm.com!awdprime.austin.ibm.com!jerry
- From: jerry@austin.ibm.com (Jerry Heyman)
- Newsgroups: comp.unix.aix
- Subject: Re: Can I build static executables under AIX 3.2 ?
- Message-ID: <1992Aug13.220049.642@awdprime.austin.ibm.com>
- Date: 13 Aug 92 22:00:49 GMT
- References: <BsxErE.H9r@news.cso.uiuc.edu>
- Sender: news@awdprime.austin.ibm.com (USENET News)
- Reply-To: jerry@austin.ibm.com
- Organization: IBM AWD Austin, TX
- Lines: 22
- Originator: jerry@heyman.austin.ibm.com
-
-
- In article <BsxErE.H9r@news.cso.uiuc.edu>, e-sink@uiuc.edu (Eric W. Sink) writes:
- > How do I build an app which does NOT use shared libraries ?
- >
-
- In building some X11R4 apps to run on AIX v3.1 (which is shipped with X11R3)
- I've been using the following options link options:
-
- $ cc -o executable_name -bnoautoimp -bimport:/lib/syscalls.exp list_of.o \
- list_of_libraries
-
- Hope this helps...
-
- > --
- > Eric W. Sink, Spyglass | [ Cute quote deleted ]
-
- 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
-