home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / 15732 < prev    next >
Encoding:
Text File  |  1992-08-27  |  887 b   |  21 lines

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