home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / x / 21480 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  2.1 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!dog.ee.lbl.gov!epb11.lbl.gov!envbvs
  2. From: envbvs@epb11.lbl.gov (Brian V. Smith)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: Missing externals making xfig
  5. Date: 22 Jan 1993 17:47:54 GMT
  6. Organization: lbl
  7. Lines: 48
  8. Distribution: world
  9. Message-ID: <28579@dog.ee.lbl.gov>
  10. References: <9301220006.AA00220@usppc.abb.com>
  11. NNTP-Posting-Host: 128.3.12.123
  12.  
  13.  
  14. |> I'm trying to make xfig from the X-11R4 contributed clients.  It went
  15. |> well  to make a couple of minor fixes to compound object pointer
  16. |> declarations.  Then the fun began.  I use the enclosed Imakefile to get
  17. |> something which does this come ld time.  The Makefile does the following
  18. |> to link the program
  19. |> 
  20.  
  21. |> 
  22. |> This gives two undefined entry points:
  23. |> 
  24. |> ld: Undefined symbol
  25. |>    _get_wmShellWidgetClass
  26. |>    _get_applicationShellWidgetClass
  27.  
  28. First, you should get the latest version from export.lcs.mit.edu in
  29. /contrib/R5fixes/xfig-patches/xfig.2.1.6.tar.Z and the fig to printer
  30. translator, transfig from
  31. /contrib/R5fixes/transfig-patches/transfig.2.1.6.tar.Z.
  32.  
  33. Then, please check the FAQ:
  34.  
  35. ----------------------------------------------------------------------
  36.  
  37. Subject:  96)! What is this strange problem building X clients on SunOS 4.1.2?
  38.  
  39.         In SunOS 4.1.2 Sun fixed a shared-library bug in ld which conflicts
  40. with the way X11R4 builds the shared Xmu library, causing these symbols to be
  41. undefined when building some X11 clients:
  42.         _get_wmShellWidgetClass
  43.         _get_applicationShellWidgetClass
  44. Compiling "-Bstatic -lXmu -Bdynamic" appears to work.
  45.  
  46. To solve the problem if you are using OpenWindows 3.0 (X11R4-based Xt), please
  47. contact your local Sun office and request the following patches:
  48.  
  49. Patch i.d.      Description
  50. 100512-02       4.1.x OpenWindows 3.0 libXt Jumbo patch
  51. 100573-03       4.1.x OpenWindows 3.0 undefined symbols when using
  52.                         shared libXmu
  53. ----------------------------------------------------------------------
  54.  
  55. You CAN safely use it, though.
  56.  
  57. -- 
  58. Brian V. Smith    (bvsmith@lbl.gov)
  59. Lawrence Berkeley Laboratory
  60. I don't speak for LBL; they don't pay me enough for that.
  61.