home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!wupost!uwm.edu!linac!att!rutgers!uwvax!astroatc!vidiot!ftms!brown
- From: brown@ftms.UUCP (Vidiot)
- Newsgroups: comp.sources.d
- Subject: OW 3.0 X compiling problem found
- Message-ID: <250@ftms.UUCP>
- Date: 21 Jul 92 21:50:02 GMT
- References: <240@ftms.UUCP>
- Reply-To: brown@ftms.UUCP (Vidiot)
- Organization: Vidiot's Other Hangout
- Lines: 32
-
-
- A few people have been having problems compiling some X applications with
- the 4.1.2 OW 3.0 MIT libraries. The following aren't found when linking:
-
- _get_wmShellWidgetClass();
- _get_applicationShellWidgetClass();
-
- It turns out that those two are in the static libXmu.a and missing from the
- libXmu.so.4.0, but in the libXmu.sa.4.0 portion of the dynamic libraries.
-
- By adding a -Bstatic before the -l list of libraries, the program compiles
- without errors.
-
- Or, according to e-mail from Bill Jones, add the following to your main program.
-
- if (0) {
- get_wmShellWidgetClass();
- get_applicationShellWidgetClass();
- }
-
-
- The error will go away.
-
- The question that is still lingering is what is wrong with the Sun OW 3.0,
- SunOS 4.1.2 environment that causes this to fail?
-
- The example program that has the problem is xcdplayer, available on uunet.
- --
- harvard\
- ucbvax!uwvax!astroatc!ftms!brown or uu2.psi.com!ftms!brown
- rutgers/
- INTERNET: brown@wi.extrel.com or ftms!brown%astroatc.UUCP@cs.wisc.edu
-