home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sun / apps / 2783 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.9 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.apps
  4. Subject: Re: OpenLook Libraries
  5. Keywords: OpenLook Libraries Compilation Errors
  6. Message-ID: <15941@auspex-gw.auspex.com>
  7. Date: 16 Dec 92 22:43:25 GMT
  8. References: <788@blue.cis.pitt.edu>
  9. Sender: news@auspex-gw.auspex.com
  10. Distribution: comp.sys.sun.apps
  11. Organization: Auspex Systems, Santa Clara
  12. Lines: 35
  13. Nntp-Posting-Host: auspex.auspex.com
  14.  
  15. >I applied patches, number 100512-03 and 100573-04, in the hope that
  16. >we could resume running our old X11-R5 clients.  Not so...  We continue
  17. >to receive such displeasing messages as...
  18. >
  19. >ld.so: Undefined symbol: _XmuNewCvtStringToWidget
  20. >
  21. >whenever we try to run X11-R5 clients.  Does anyone out there know of
  22. >a patch that will fix this problem?
  23.  
  24. I suspect Sun will come out with something that will fix that problem,
  25. at some point.
  26.  
  27. I suspect it'll be called "Open Windows 4.0".
  28.  
  29. You will probably have the same problem if you try to run your
  30. dynamically-linked "old X11R5 clients" on any *other* flavor of X11R4,
  31. such as MIT X11R4; an "nm" of the MIT X11R4 "libXmu.a" *and*
  32. "libXmu.so.4.0" reveals no symbol named "_XmuNewCvtStringToWidget" in
  33. either of them.  I suspect it was introduced in X11R5....
  34.  
  35. I.e., the problem isn't that Sun's implementation of X11R4 is bad, it's
  36. that you're trying to run X11R5 clients on a machine with X11R4 shared
  37. libraries.  You'll have to either:
  38.  
  39.     1) statically-link the X11R5 clients on a machine with X11R5
  40.        versions of the libraries;
  41.  
  42.     2) install the X11R5 shared libraries on your machine, and
  43.        arrange that your clients - or, at least, the X11R5 clients -
  44.        link with *those* libraries rather than with the Open Windows
  45.        or other X11R4-vintage libraries;
  46.  
  47.     3) wait for Sun to come out with an X11R5-based Open Windows
  48.        release (I suspect OW 4.0 will be X11R5-based, unless an
  49.        X11R6 or later comes out in time for it).
  50.