home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x
- Path: sparky!uunet!elroy.jpl.nasa.gov!decwrl!deccrl!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
- From: dan@watson.ibm.COM (Walt Daniels)
- Subject: Shared Libraries lose under AIX3.1/X11R5
- Message-ID: <082792.120140.dan@watson.ibm.com>
- Sender: daemon@athena.mit.edu (Mr Background)
- Organization: The Internet
- Date: Thu, 27 Aug 1992 16:01:40 GMT
- Lines: 10
-
- I assume you used the standard build process from MIT. If so one of
- the lines in ibm.cf is #define ProjectRoot. That is where stuff will
- be put when you do a make install. Have you done a make install?
-
- The path to the libaries is built into the executables. You can also
- specify where they are in a LIBPATH environment variable.
- Currently the builtin paths are to the ProjectRoot and to the build
- tree (the later is bogus except for testing). It will go away at some
- point in the public patches.
-
-