home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.windows.open-look:4958 comp.windows.x:20758
- Path: sparky!uunet!think.com!rpi!bu.edu!buast7.bu.edu!zhang
- From: zhang@buast7.bu.edu (Zhang Yun Fei)
- Newsgroups: comp.windows.open-look,comp.windows.x
- Subject: Athena widgets applications gets complier's warning
- Message-ID: <106187@bu.edu>
- Date: 5 Jan 93 15:46:52 GMT
- Sender: news@bu.edu
- Followup-To: zhang@orion.harvard.edu
- Organization: Astronomy Department, Boston University, Boston, MA, USA
- Lines: 40
-
- I am using a SUN SPARC STATION IPX with SunOS Release 4.1.3 (GENERIC_SMALL) #).
- It seems that the X-window Athena widget kit is having some problem with this
- platform. Simple try to compile the famous HelloWorld program xhw3 yield the
- following:
-
- % make -f makefile xhw3
- cc -o xhw3 xhw3.o -O -lXaw -lXmu -lXt -lX11 -lm
- ld: Undefined symbol
- _XShapeQueryExtension
- _XShapeCombineMask
- _get_wmShellWidgetClass
- _get_applicationShellWidgetClass
- *** Error code 2
- make: Fatal error: Command failed for target `xhw3'
-
- Actually, the executable code of xhw3 was generated and runnable. But what the
- above errors are telling us. an identical compile session running on IPC or ELC
- do not have problem at all. Anyone has experience with this problem? What
- I should do about it? Any suggestion/comments will be appreciated. E-mail
- to zhang@buast7.bu.edu is preferred.
-
- Following the suggestion on this newsgroup on a similar thread, I tried to
- use -Bstatic option for the linker, it gave even more undefined symbols:-(
-
- A quick look at th include/X11 area found that the content/directory-structure
- are different b/w SUN IPX and SUN ELC
-
- Yun Fei Zhang
- ===============
-
- for your information, a ls command in /usr/openwin/lib gives the following
-
- % ls libX*
- libX.sa.1.0@ libX11.so@ libXmu.sa@ libXol.so@ libXt.so@
- libX.so.1.0@ libX11.so.4.3 libXmu.sa.4.0 libXol.so.3.1 libXt.so.4.1
- libX11.sa@ libXaw.so@ libXmu.so@ libXt.sa@
- libX11.sa.4.3 libXaw.so.4.0 libXmu.so.4.0 libXt.sa.4.1
-
-
-
-