home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!centerline!noc.near.net!chaos!random.ccs.northeastern.edu!agathos
- From: agathos@ccs.northeastern.edu (Michael W Wojcik)
- Newsgroups: comp.unix.aix
- Subject: Re: Linking with Shared and Non-shared libs.
- Message-ID: <1992Jul29.214944.16875@random.ccs.northeastern.edu>
- Date: 29 Jul 92 21:49:44 GMT
- References: <1992Jul27.222150.30114@ief.itg.ti.com>
- Sender: news@random.ccs.northeastern.edu
- Organization: Comp. Sci. @ NU
- Lines: 11
-
- Have you tried relinking the program with the new, shared libXm.a? Something
- along the lines of
-
- cc -o test.rs6000.new test.rs6000 -lXm
- test.rs6000.new
-
- I haven't tried X11R5, but in general the "can't load library" problem can
- be fixed by relinking the app with the library.
-
-
- Michael Wojcik
-