home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / windows / x / 15221 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  845 b 

  1. Path: sparky!uunet!sun-barr!apple!agate!ucjeps.Berkeley.EDU!mickey
  2. From: mickey@ucjeps.Berkeley.EDU (Mickey Ellinger)
  3. Newsgroups: comp.windows.x
  4. Subject: unresolved externals at compile time
  5. Date: 13 Aug 1992 23:01:39 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 21
  8. Distribution: ucb
  9. Message-ID: <16epkjINNeea@agate.berkeley.edu>
  10. NNTP-Posting-Host: ucjeps.berkeley.edu
  11.  
  12.  
  13. I am trying to compile a practice X program (goodbye, world in the Asente and
  14. Swick X Window System Toolkit, in fact).  My compile line looks like
  15.  
  16.     cc -o goodbye goodbye.c -lXaw -lXmu -lXt -lX11
  17.  
  18. and the loader returns:
  19.  
  20. ld:  Undefined symbol
  21.     _XShapeCombineMask
  22.     _XShapeQueryExtension
  23.  
  24. Any pointers as to which library I might be missing (and the order in
  25. which to call it) would be very much appreciated.
  26.  
  27.  
  28. -- 
  29. Mickey Ellinger
  30. SMASCH Project
  31. UC Herbarium
  32.  
  33.