home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dove!cme!sail.ncsl.nist.gov!schnee
- From: schnee@sail.ncsl.nist.gov (Rick Schneeman)
- Newsgroups: comp.windows.x
- Subject: Re: xmail fails on compilation: get_wmShellWidgetClass error - Help
- Message-ID: <20551@durer.cme.nist.gov>
- Date: 7 Jan 93 14:07:39 GMT
- References: <1992Dec30.222431.1694@sol.ctr.columbia.edu>
- Sender: news@cme.nist.gov
- Lines: 30
- Nntp-Posting-Host: sail.ncsl.nist.gov
- X-Newsreader: TIN [version 1.1 PL7]
-
- Hiren Shah (hiren@teknetix.com) wrote:
- :
- :
- : Hi:
- :
- : I am trying to compile xmail on a Sun IPX.
- :
- : ld: Undefined symbol
- : _get_wmShellWidgetClass
- : _get_applicationShellWidgetClass
- : *** Error code 2
- : make: Fatal error: Command failed for target `xmail'
- :
-
- The undefines your getting are unrelated to the real issue: I bet
- your running 4.1.2? There is a dynamic linker bug that crops up now
- and again. Try first to implicitly add the -ldl option in the Makefile
- to force the dynamic linker procs to be included, or, set up your
- environment to do static linking; i.e. setenv LD_OPTIONS -Bstatic
-
- This results in larger and slower executables, but it will compile
- nonetheless.
-
- --
- =======================
- Richard Schneeman, NIST
- Building 225, MS-B266
- Gaithersburg, MD 20899
- rschneeman@nist.gov
- =======================
-