home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14285 < prev    next >
Encoding:
Text File  |  1992-07-23  |  2.9 KB  |  79 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!poseur.JPL.NASA.GOV!earle
  3. From: earle@poseur.JPL.NASA.GOV (Greg Earle - Sun JPL on-site Software Support)
  4. Subject: Re: compile error
  5. Message-ID: <1992Jul23.200512.25176@elroy.jpl.nasa.gov>
  6. Followup-To: comp.windows.x,comp.windows.open-look
  7. Summary: 100512-02, 100573-03
  8. Sender: news@elroy.jpl.nasa.gov (Usenet)
  9. Nntp-Posting-Host: poseur.jpl.nasa.gov
  10. Organization: Sun Microsystems - JPL on-site Software Support
  11. References: <1992Jul21.105610.8785@kth.se> <1992Jul21.131737.7291@muppet.bt.co.uk>
  12. Date: Thu, 23 Jul 1992 20:05:12 GMT
  13. Lines: 64
  14.  
  15. In article <1992Jul21.131737.7291@muppet.bt.co.uk> davidh@muppet.bt.co.uk writes:
  16. >In article 8785@kth.se, tomasc@lionfish.tds.kth.se (Tomas Carlsson) writes:
  17. >>In article <1992Jul20.121551.22457@kth.se>, tomasc@lionfish.tds.kth.se (Tomas Carlsson) writes:
  18. >>> I'm trying to compile a program I've written. I've stolen and
  19. >>> modified a Makefile but I'm not able to understand this error:
  20. >>> 
  21. >>>    ld: Undefined symbol 
  22. >>>       _error 
  23. >>>       _pow
  24. >>>       _floor
  25. >>>       _get_wmShellWidgetClass
  26. >>>       _get_applicationShellWidgetClass
  27. >>>       __XtInherit
  28. >>>       _XtToolkitInitialize
  29. >>>    *** Error code 2
  30. >>> 
  31. >     (deleted some stuff here)
  32. >>>
  33. >>> In my makefile I use (among others) these flags: (yes, I've
  34. >>> used devguide)
  35. >>> 
  36. >>>    -lguidexv -lguide -lxview -lolgx -lXmu -lXt -lXext -lX11
  37. >>> 
  38. >>> I'm using OpenWindows 3.0, X11R5 on a sun4.
  39. >>            ^^^^^^^^^^^^^^^
  40. >>
  41. >>That seems to be the problem (OW 3.0). I tried to compile under
  42. >>OW 2.0 - no problem!
  43. >
  44. >OpenWindows 3 seems to have broken at least the Xmu shared lib.
  45. >Also, you have forgotten the math library.
  46. >
  47. >Compile the program statically for a workaround and put -lm on the end.
  48.  
  49. Better workaround: compile the program with " ... -Bstatic -lXmu -Bdynamic ..."
  50. surrounding the libXmu inclusion.
  51.  
  52. To solve the problem, please contact your local Sun office and request the
  53. following patches:
  54.  
  55. Patch i.d.    Bug i.d.'s    O/S    Description
  56. ----------    -------------------------------------------------------------
  57. 100512-02    1086793 1086912 1074766
  58.             4.1.x OpenWindows 3.0 libXt Jumbo patch
  59.  
  60. 100573-03    1087332
  61.             4.1.x OpenWindows 3.0 undefined symbols when using
  62.             shared libXmu
  63.  
  64. While you're at it, if you are using OpenWindows 3.0 you may wish to get the
  65. latest version of the "xnews" server:
  66.  
  67. 100444-24       1080976 1083312 1060204 1062740 1066878 1071237 1071322 1077556
  68.                 1052712 1066767 1067026 1085004 1085475 1085609 1085529 1085467
  69.                 1075858 1079600 1056492 1084761 1086134 1086122 1082750 1082200
  70.                 1071098 1038783 1083142 1087211 1089056 1074935 1085444 1078226
  71.                 1089311 1091966 1092113 1094100 1074749 1094114
  72.                         4.1.x OpenWindows 3.0 xnews Jumbo patch
  73.  
  74. --
  75.     - Greg Earle
  76.       Sun Microsystems
  77.       earle@poseur.JPL.NASA.GOV
  78.       earle@Sun.COM
  79.