home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x
- Path: sparky!uunet!think.com!spool.mu.edu!sol.ctr.columbia.edu!hiren
- From: hiren@teknetix.com(Hiren Shah)
- Subject: xmail fails on compilation: get_wmShellWidgetClass error - Help
- Keywords: _get_wmShellWidgetClass, _get_applicationShellWidgetClass
- Sender: hiren@mtu.edu (Hiren Shah)
- Organization: Teknetix
- Date: Wed, 30 Dec 1992 22:24:31 GMT
- Message-ID: <1992Dec30.222431.1694@sol.ctr.columbia.edu>
- X-Posted-From: teksun.teknetix.com
- NNTP-Posting-Host: sol.ctr.columbia.edu
- Lines: 74
-
-
-
- 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
-
-
-
-
-
-
-
-