Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!cs.umn.edu!uc!nachos.SSESCO.com!SSESCO.com!cwc From: cwc@SSESCO.com (Craig W. Carlson) Newsgroups: comp.unix.aix Subject: Confused about shared libraries Message-ID: <410@nachos.SSESCO.com> Date: 17 May 91 20:26:16 GMT Sender: cwc@nachos.SSESCO.com Organization: none Lines: 11 Can anyone give me information about shared libraries under AIX 3.1 (3.1.5)? Specifically, which libraries are shared, and how you turn off shared libraries. I've tried some of the suggestions I've seen in this group using "-bnso -bimport:/lib/syscalls.exp" on the load line, but some symbols turn up as undefined (i.e. most of the gl symbols and some FORTRAN). We have an application which uses gl, motif, and a little bit of FORTRAN and would like to be able to create a demo version that can run regardless of the state of the installed libraries. Especially the FORTRAN libraries where you have a choice of either xlf version 1 or 2.