When I try to compile MITs X11R4 applications under Openwindows 3.0,
I get the following "undefined" symbols(_get_wmShellWidgetClass, and
_get_applicationShellWidgetClass). What is the Problem?
I get the following "undefined" symbols(_get_wmShellWidgetClass, and
There are problems with the Xmu shared library as shipped from Sun.
There are two "fixes". One is to get the Openwindows patches
that apply to this problem and the other is to "statically" link
the Xmu library into the executable.
The patches you will need are as follows:
Patch i.d. Bug i.d.'s O/S Description
---------- -------------------------------------------------------
100512-04 1086793 1086912 4.1.x OpenWindows 3.0 libXt
1074766 Jumbo patch
100573-04 1087332 4.1.x OpenWindows 3.0 undefined
symbols when using shared
libXmu.
Note: Always use the latest version of the above patch that you can
find.
To "statically" link your executable with libXmu modify the
compile line as follows:
-Bstatic -lXmu -Bdynamic
Go to the index
previous
next