home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / 20855 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.2 KB

  1. Path: sparky!uunet!dove!cme!sail.ncsl.nist.gov!schnee
  2. From: schnee@sail.ncsl.nist.gov (Rick Schneeman)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: xmail fails on compilation: get_wmShellWidgetClass error - Help
  5. Message-ID: <20551@durer.cme.nist.gov>
  6. Date: 7 Jan 93 14:07:39 GMT
  7. References: <1992Dec30.222431.1694@sol.ctr.columbia.edu>
  8. Sender: news@cme.nist.gov
  9. Lines: 30
  10. Nntp-Posting-Host: sail.ncsl.nist.gov
  11. X-Newsreader: TIN [version 1.1 PL7]
  12.  
  13. Hiren Shah (hiren@teknetix.com) wrote:
  14. :  
  15. : Hi:
  16. :  
  17. : I am trying to compile xmail on a Sun IPX.
  18. :  
  19. : ld: Undefined symbol
  20. :    _get_wmShellWidgetClass
  21. :    _get_applicationShellWidgetClass
  22. : *** Error code 2
  23. : make: Fatal error: Command failed for target `xmail'
  24.  
  25. The undefines your getting are unrelated to the real issue: I bet
  26. your running 4.1.2? There is a dynamic linker bug that crops up now
  27. and again. Try first to implicitly add the -ldl option in the Makefile
  28. to force the dynamic linker procs to be included, or, set up your
  29. environment to do static linking; i.e. setenv LD_OPTIONS -Bstatic
  30.  
  31. This results in larger and slower executables, but it will compile
  32. nonetheless.
  33.  
  34. --
  35. =======================
  36. Richard Schneeman, NIST
  37. Building 225, MS-B266
  38. Gaithersburg, MD 20899
  39. rschneeman@nist.gov
  40. =======================
  41.