home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / x / 18771 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  2.2 KB

  1. Path: sparky!uunet!ogicse!mimbres.cs.unm.edu!nmt.edu!adams
  2. From: adams@nmt.edu (Wayne Adams)
  3. Newsgroups: comp.windows.x
  4. Subject: Problems compiling X11R5 on Sparc 2
  5. Summary: numerous ld:undefined symbol errors
  6. Keywords: X11R5,problems,compiling
  7. Message-ID: <1992Nov4.191820.945@nmt.edu>
  8. Date: 4 Nov 92 19:18:20 GMT
  9. Article-I.D.: nmt.1992Nov4.191820.945
  10. Sender: adams@baltic.nmt.edu
  11. Organization: Electrical Eng. Dept. - New Mexico Tech
  12. Lines: 62
  13. Nntp-Posting-Host: baltic
  14.  
  15.  
  16. I am having problems compiling X11R5 on our sparc 2.  I grabbed the dis
  17. off of gatekeeper.dec.com, extracted all the sources, applied all 17 patches,
  18. and then did a make world with the the necessary BOOTSTRAP flags.  I am
  19.  
  20.  
  21. gcc -fpcc-struct-return -o xkill xkill.o -O2   -L../.././lib/Xmu -lXmu -L../..
  22. ./lib/Xt -L../.././extensions/lib -L../.././lib/X -L../.././extensions/lib
  23. -lXext -L../.././lib/X -lX11   -B/usr/bin/
  24. ld: Undefined symbol
  25.    _XtMalloc
  26.    _XtGetConstraintResourceList
  27.    _XtRealloc
  28.    _XtVaSetValues
  29.    _XtName
  30.    _XtFree
  31.    _XtTranslateCoords
  32.    _XtetResourceList
  33.    _XtWidgetToApplicationContext
  34.    _XtAppSetTypeConverter
  35.    _XtOwnSelection
  36.    _XtAppSetWarningMsgHandler
  37.    _XtGetApplicationResources
  38.    _XtDisplayToApplcationContext
  39.    _XtIsManaged
  40.    _XtGetValues
  41.    _XtAppWarningMsg
  42.    _XtCalloc
  43.    _XtGetSelectionValue
  44.    _XtWindowOfObject
  45.    _XtWarning
  46.    _XtStringConversionWarning
  47.    _XtResolvePathname
  48.    _XtErrorMsg
  49.    _XtScreenDatabase
  50.    _XtCvtStringToFont
  51.    _XtWarningMsg
  52.    _XtDisplayStringConversionWarning
  53.    _XtCreateWidget
  54.    _XtestroyWidget
  55. *** Error code 1
  56. make: Warning: Target `all' not remade ecause of errors
  57. Current working directory /usr/mit-s/mit/clients/xkill              
  58.  
  59.     Some of these can be fixed by adding a -lXt, like the one above.  
  60.     But others need a combinations of -lXt, -lX11, -lXext, etc.., 
  61.     depending on the program.  I've even had to add the math library to one
  62.     (-lm), and there are some that I have yet to figure out what libraries
  63.     to add to get it to link correctly.
  64.  
  65.     With the extensive make files and configure information, I did not
  66.     expect any of this.  Has anybody had similar problems, or any 
  67.     suggestions on what I might do to fix these errors?
  68.  
  69.  
  70.  
  71. Thanks in advance!!
  72.  
  73. wayne,
  74. adams@baltic.nmt.edu
  75. Elect Eng
  76. New Mexico Tech
  77.