home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!apple!agate!ucjeps.Berkeley.EDU!mickey
- From: mickey@ucjeps.Berkeley.EDU (Mickey Ellinger)
- Newsgroups: comp.windows.x
- Subject: unresolved externals at compile time
- Date: 13 Aug 1992 23:01:39 GMT
- Organization: University of California, Berkeley
- Lines: 21
- Distribution: ucb
- Message-ID: <16epkjINNeea@agate.berkeley.edu>
- NNTP-Posting-Host: ucjeps.berkeley.edu
-
-
- I am trying to compile a practice X program (goodbye, world in the Asente and
- Swick X Window System Toolkit, in fact). My compile line looks like
-
- cc -o goodbye goodbye.c -lXaw -lXmu -lXt -lX11
-
- and the loader returns:
-
- ld: Undefined symbol
- _XShapeCombineMask
- _XShapeQueryExtension
-
- Any pointers as to which library I might be missing (and the order in
- which to call it) would be very much appreciated.
-
-
- --
- Mickey Ellinger
- SMASCH Project
- UC Herbarium
-
-