home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / openloo / 4898 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  2.1 KB

  1. Path: sparky!uunet!gatech!asuvax!ncar!noao!amethyst!organpipe.uug.arizona.edu!NSMA.AriZonA.EdU!michael
  2. From: michael@NSMA.AriZonA.EdU (Michael S. Williams)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: Need help linking applications under X
  5. Message-ID: <1992Dec23.023623.2114@organpipe.uug.arizona.edu>
  6. Date: 23 Dec 92 02:36:23 GMT
  7. Sender: news@organpipe.uug.arizona.edu
  8. Reply-To: michael@NSMA.AriZonA.EdU (Michael S. Williams)
  9. Organization: Center for Neural Systems, Memory, and Aging
  10. Lines: 45
  11.  
  12. lacey@egr.msu.edu (Mark M. Lacey) writes:
  13. : mxd8131@hertz.njit.edu (Marceline D'souza (cis)) writes:
  14. : >While building several applications that run under X, I have been
  15. : >receiving errors from the linker reporting two undefined symbols:
  16. : >    _get_wmShellWidgetClass
  17. : >    _get_applicationShellWidgetClass
  18. : >I have checked the local documentation and header files, but cannot
  19. : >determine which library contains their definitions.  I am working under
  20. : >openwindows 3.0 and linking the following libraries:
  21. : >    X11, Xaw, Xmu, Xt, Xext
  22. : >Does anyone know which library I am missing?
  23. : [...]
  24. : linking with
  25. : the -static flag "solves" the problem.  If anybody has more information,
  26. : and knows exactly what the problem is (missing patch? libraries at
  27. : different versions?) I'd be interested in knowing.  
  28. : [...]
  29. : Mark M. Lacey
  30. : lacey@egr.msu.edu
  31.  
  32. From what I remember about this:
  33.  
  34. The X11 libraries are either static (linked into the executable), or
  35. are dynamic (loaded by the exectuable at runtime), with the dynamic
  36. libraries being the default.  Oftentimes the upgrade of the libraries
  37. will only result in new static libraries, leaving the dynamic libraries
  38. out in the cold and unable to supply the new routines.  Hence, the
  39. static libraries have to be specified.   
  40.  
  41.  
  42. Hope that's right, but if not, this is somebody else pretending to be me.
  43.  
  44. -Michael
  45.  
  46. <><-><--><---><----><-----><------><======><------><-----><----><---><--><-><>
  47. Michael Williams, michael@nsma.arizona.edu
  48. University of Arizona's Division of Neural Systems, Memory & Aging
  49. 344 Life Sciences Bldg, North
  50. Tucson, AZ 85724
  51. (602)626-2611
  52. <><-><--><---><----><-----><------><======><------><-----><----><---><--><-><>
  53.