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

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