home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!sgiblab!nec-gw!nec-tyo!wnoc-tyo-news!scslwide!wsgw!wsservra!onoe
- From: hiren@teknetix.com (Hiren Shah)
- Newsgroups: fj.mail-lists.x-window
- Subject: xmail fails on compilation: get_wmShellWidgetClass error - Help
- Message-ID: <1992Dec31.053614.7019@sm.sony.co.jp>
- Date: 31 Dec 92 05:36:14 GMT
- Sender: onoe@sm.sony.co.jp (Atsushi Onoe)
- Distribution: fj
- Organization: Teknetix
- Lines: 73
- Approved: michael@sm.sony.co.jp
-
- Date: Wed, 30 Dec 1992 22:24:31 GMT
- Message-Id: <1992Dec30.222431.1694@sol.ctr.columbia.edu>
- Newsgroups: comp.windows.x
- Sender: xpert-request@expo.lcs.mit.edu
-
-
-
- Hi:
-
- I am trying to compile xmail on a Sun IPX.
-
- I am running version X11R4
- I recevied the source files via ftp and used xmkmf to create the makefile
-
-
- make
- cc -O -I/usr/include -target sun4 -c Mailwatch.c
- cc -O -I/usr/include -target sun4 -c HelpText.c
- cc -O -I/usr/include -target sun4 -c actions.c
- cc -O -I/usr/include -target sun4 -c callMail.c
- cc -O -I/usr/include -target sun4 -c callbacks.c
- cc -O -I/usr/include -target sun4 -c confirm.c
- cc -O -I/usr/include -target sun4 -c directory.c
- cc -O -I/usr/include -target sun4 -c environs.c
- cc -O -I/usr/include -target sun4 -c handler.c
- cc -O -I/usr/include -target sun4 -c mail.c
- cc -O -I/usr/include -target sun4 -c parser.c
- cc -O -I/usr/include -target sun4 -c utils.c
- cc -O -I/usr/include -target sun4 -c windows.c
- cc -O -I/usr/include -target sun4 -c xmail.c
- rm -f xmail
- cc -o xmail Mailwatch.o HelpText.o actions.o callMail.o callbacks.o confirm.o directory.o environs.o
- handler.o mail.o parser.o utils.o windows.o xmail.o -O -lXaw -lXmu -lXt -lXext -lX11 -lm
- ld: Undefined symbol
- _get_wmShellWidgetClass
- _get_applicationShellWidgetClass
- *** Error code 2
- make: Fatal error: Command failed for target `xmail'
-
-
- If I do a
- nm libXmu.a | more
- I get :
-
- .
- .
- .
- .
- .
- .
- U _free
- U _malloc
- U _realloc
- U _strncmp
-
- sharedlib.o:
- U _applicationShellWidgetClass
- 00000000 T _get_applicationShellWidgetClass
- 0000000c T _get_wmShellWidgetClass
- U _wmShellWidgetClass
-
- which means that _get_applicationShellWidgetClass
- and _get_wmShellWidgetClass
- are available. But even then it gives the error on compilation.
- I tried to change the position of libXmu on the compile line, but that doesn't help.
-
- Any ideas/suggestions would be appreciated.
-
- Thanks in advance
-
- Hiren
- hiren@teknetix.com
-
-