home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / gcc / help / 1953 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.4 KB  |  50 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!ncar!uchinews!news
  3. From: rich@delphi.bsd.uchicago.edu (Rich Long)
  4. Subject: gcc2.2.2 and X11R5
  5. Message-ID: <1992Aug20.125042.13301@midway.uchicago.edu>
  6. Sender: news@uchinews.uchicago.edu (News System)
  7. Reply-To: rich@delphi.bsd.uchicago.edu
  8. Organization: University of Chicago Computing Organizations
  9. Date: Thu, 20 Aug 1992 12:50:42 GMT
  10. Lines: 38
  11.  
  12.  
  13.     I have compiled gcc 2.2.2 on an SLC and have been trying to  
  14. re-compile X11R5 with no luck.  I get ld errors and hoped someone had run  
  15. across this and could help me out...  Below are the two types of errors I  
  16. get.  Thanx in advance...
  17.  
  18. --Rich
  19.  
  20. -----------------------
  21. ..
  22.  
  23. rm -f phigsmon
  24. gcc -fpcc-struct-return -o phigsmon phigsmon.o -O2   ../libphigs.a  
  25. -L../../../..
  26. /./lib/Xaw -lXaw -L../../../.././lib/Xmu -lXmu -L../../../.././lib/Xt -lXt  
  27. -L../
  28. ./../.././extensions/lib -lXext -L../../../.././lib/X -lX11  
  29. -L/home/spare/X11/l
  30. ib   -lm -B/usr/bin/
  31. ld: Undefined symbol
  32.    _alloca
  33. *** Error code 1
  34. make: Warning: Target `phigsmon' not remade because of errors
  35. Current working directory /home/spare/mit/extensions/lib/PEX/cp
  36.  
  37. ..
  38.  
  39. gcc -fpcc-struct-return -o bmtoa bmtoa.o -O2   -L../.././lib/Xmu -lXmu  
  40. -L/home/s
  41. pare/X11/lib    -B/usr/bin/
  42. ld: Undefined symbol
  43.    _XGetVisualInfo
  44.    _XFree
  45.    _XInternAtom
  46.    _XtMalloc
  47.    // And a lot more... up to
  48.    _XtDestroyWidget
  49. *** Error code 1
  50.