home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / 20848 < prev    next >
Encoding:
Text File  |  1993-01-07  |  2.4 KB  |  71 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!enterpoop.mit.edu!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  3. From: brianc@Aus.Sun.COM (Brian Cunningham)
  4. Subject: Re: linker errors under OpenWindows
  5. Message-ID: <9301070206.AA08861@fingon.Aus.Sun.COM>
  6. Sender: root@athena.mit.edu (Wizard A. Root)
  7. Organization: The Internet
  8. Date: Thu, 7 Jan 1993 18:06:27 GMT
  9. Lines: 60
  10.  
  11.  
  12. > From xpert-mailer@expo.lcs.mit.edu Thu Jan  7 12:50:32 1993
  13. > Date: 6 Jan 93 03:45:16 GMT
  14. > From: dn3662@oktext.sbc.com (David W. Neill)
  15. > Organization: Southwestern Bell
  16. > Subject: Re: linker errors under OpenWindows
  17. > Newsgroups: comp.windows.x
  18. > To: xpert@expo.lcs.mit.edu
  19. > Content-Length: 1508
  20. > X-Lines: 41
  21. > In article <9301060002.AA00856@fingon.Aus.Sun.COM> brianc@Aus.Sun.COM (Brian Cunningham) writes:
  22. > >
  23. > >> 
  24. > >> I am using a SUN SPARC STATION IPX with SunOS Release 4.1.3 (GENERIC_SMALL) #).
  25. > >> following:
  26. > >> 
  27. > >> % make -f makefile xhw3
  28. > >> cc -o xhw3  xhw3.o -O  -lXaw -lXmu -lXt -lX11 -lm   
  29. > >> ld: Undefined symbol
  30. > >>    _XShapeQueryExtension
  31. > >>    _XShapeCombineMask
  32. > >>    _get_wmShellWidgetClass
  33. > >>    _get_applicationShellWidgetClass
  34. > >> *** Error code 2
  35. > >> make: Fatal error: Command failed for target `xhw3'
  36. > >>
  37. > >
  38. > >I have the Same problem Yun. I am running SunOS 4.1.3, OW 3.0. All fully 
  39. > >installed and always find that the following two errors occur when compiling
  40. > >most X programs;
  41. > >
  42. > >   _get_wmShellWidgetClass
  43. > >   _get_applicationShellWidgetClass
  44. > >
  45. > >I too tried the -Bstatic compile option, to no effect. Does anyone out there
  46. > >have a solution?
  47. > >
  48. > Did you do a "make clean" before re-issuing make?  Adding the -Bstatic
  49. > option gave me the same errors until I re-built all the *.o files,
  50. > also.  Then, the link run ran through without a hitch.  Also, in the
  51. > Makefile, I believe I placed the "-Bstatic" in front of the entire
  52. > collage of -l[Xt|Xaw|Xmu|etc].  May not have been necessary, but if
  53. > memory serves, I couldn't get it to work otherwise.
  54. > --
  55. > David Neill - Mgr, Mtce Ctr      phone number   email
  56. > 2205 N Rockwell FLR 1      work> 405-792-3333 > ..oktext!dn3662
  57. > OKC,OK          73008      home> 405-843-4464 > ..oktext!frodo!david
  58. > Internet:  dn3662@sunset.sbc.com  OR  ..texbell.sbc.com!oktext!dn3662
  59.  
  60. Yup, I found that by adding the -Bstatic ahead of all X libraries and preceeding
  61. all others with the -Bdynamic it worked - But not all of the time. Very strange.
  62.  
  63. Thanx,
  64.  
  65.     Brian ...
  66.