home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!mimbres.cs.unm.edu!nmt.edu!adams
- From: adams@nmt.edu (Wayne Adams)
- Newsgroups: comp.windows.x
- Subject: Problems compiling X11R5 on Sparc 2
- Summary: numerous ld:undefined symbol errors
- Keywords: X11R5,problems,compiling
- Message-ID: <1992Nov4.191820.945@nmt.edu>
- Date: 4 Nov 92 19:18:20 GMT
- Article-I.D.: nmt.1992Nov4.191820.945
- Sender: adams@baltic.nmt.edu
- Organization: Electrical Eng. Dept. - New Mexico Tech
- Lines: 62
- Nntp-Posting-Host: baltic
-
-
- I am having problems compiling X11R5 on our sparc 2. I grabbed the dis
- off of gatekeeper.dec.com, extracted all the sources, applied all 17 patches,
- and then did a make world with the the necessary BOOTSTRAP flags. I am
-
-
- gcc -fpcc-struct-return -o xkill xkill.o -O2 -L../.././lib/Xmu -lXmu -L../..
- ./lib/Xt -L../.././extensions/lib -L../.././lib/X -L../.././extensions/lib
- -lXext -L../.././lib/X -lX11 -B/usr/bin/
- ld: Undefined symbol
- _XtMalloc
- _XtGetConstraintResourceList
- _XtRealloc
- _XtVaSetValues
- _XtName
- _XtFree
- _XtTranslateCoords
- _XtetResourceList
- _XtWidgetToApplicationContext
- _XtAppSetTypeConverter
- _XtOwnSelection
- _XtAppSetWarningMsgHandler
- _XtGetApplicationResources
- _XtDisplayToApplcationContext
- _XtIsManaged
- _XtGetValues
- _XtAppWarningMsg
- _XtCalloc
- _XtGetSelectionValue
- _XtWindowOfObject
- _XtWarning
- _XtStringConversionWarning
- _XtResolvePathname
- _XtErrorMsg
- _XtScreenDatabase
- _XtCvtStringToFont
- _XtWarningMsg
- _XtDisplayStringConversionWarning
- _XtCreateWidget
- _XtestroyWidget
- *** Error code 1
- make: Warning: Target `all' not remade ecause of errors
- Current working directory /usr/mit-s/mit/clients/xkill
-
- Some of these can be fixed by adding a -lXt, like the one above.
- But others need a combinations of -lXt, -lX11, -lXext, etc..,
- depending on the program. I've even had to add the math library to one
- (-lm), and there are some that I have yet to figure out what libraries
- to add to get it to link correctly.
-
- With the extensive make files and configure information, I did not
- expect any of this. Has anybody had similar problems, or any
- suggestions on what I might do to fix these errors?
-
-
-
- Thanks in advance!!
-
- wayne,
- adams@baltic.nmt.edu
- Elect Eng
- New Mexico Tech
-