home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / aix / 8313 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  741 b 

  1. Path: sparky!uunet!centerline!noc.near.net!chaos!random.ccs.northeastern.edu!agathos
  2. From: agathos@ccs.northeastern.edu (Michael W Wojcik)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Linking with Shared and Non-shared libs.
  5. Message-ID: <1992Jul29.214944.16875@random.ccs.northeastern.edu>
  6. Date: 29 Jul 92 21:49:44 GMT
  7. References: <1992Jul27.222150.30114@ief.itg.ti.com>
  8. Sender: news@random.ccs.northeastern.edu
  9. Organization: Comp. Sci. @ NU
  10. Lines: 11
  11.  
  12. Have you tried relinking the program with the new, shared libXm.a?  Something
  13. along the lines of
  14.  
  15. cc -o test.rs6000.new test.rs6000 -lXm
  16. test.rs6000.new
  17.  
  18. I haven't tried X11R5, but in general the "can't load library" problem can
  19. be fixed by relinking the app with the library.
  20.  
  21.  
  22. Michael Wojcik
  23.