home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / aix / 8806 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!ut-emx!ibmchs!auschs!portal.austin.ibm.com!awdprime.austin.ibm.com!jerry
  2. From: jerry@austin.ibm.com (Jerry Heyman)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Can I build static executables under AIX 3.2 ?
  5. Message-ID: <1992Aug13.220049.642@awdprime.austin.ibm.com>
  6. Date: 13 Aug 92 22:00:49 GMT
  7. References: <BsxErE.H9r@news.cso.uiuc.edu>
  8. Sender: news@awdprime.austin.ibm.com (USENET News)
  9. Reply-To: jerry@austin.ibm.com
  10. Organization: IBM AWD Austin, TX
  11. Lines: 22
  12. Originator: jerry@heyman.austin.ibm.com
  13.  
  14.  
  15. In article <BsxErE.H9r@news.cso.uiuc.edu>, e-sink@uiuc.edu (Eric W. Sink) writes:
  16. > How do I build an app which does NOT use shared libraries ?
  17.  
  18. In building some X11R4 apps to run on AIX v3.1 (which is shipped with X11R3)
  19. I've been using the following options link options:
  20.  
  21. $ cc -o executable_name -bnoautoimp -bimport:/lib/syscalls.exp list_of.o \
  22.   list_of_libraries
  23.   
  24. Hope this helps...
  25.  
  26. > -- 
  27. > Eric W. Sink, Spyglass        | [ Cute quote deleted ]
  28.  
  29. jerry
  30. -- 
  31. Jerry Heyman                         e-mail   : jerry@austin.ibm.com
  32. IBM AWD AIX Dev Env Tools MS 9631    "Software is the difference between
  33. Austin, TX  78758                        hardware and reality"
  34. *** All opinions expressed are exactly that - my opinions and NOT IBM's
  35.