home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!ncar!uchinews!news
- From: rich@delphi.bsd.uchicago.edu (Rich Long)
- Subject: gcc2.2.2 and X11R5
- Message-ID: <1992Aug20.125042.13301@midway.uchicago.edu>
- Sender: news@uchinews.uchicago.edu (News System)
- Reply-To: rich@delphi.bsd.uchicago.edu
- Organization: University of Chicago Computing Organizations
- Date: Thu, 20 Aug 1992 12:50:42 GMT
- Lines: 38
-
-
- I have compiled gcc 2.2.2 on an SLC and have been trying to
- re-compile X11R5 with no luck. I get ld errors and hoped someone had run
- across this and could help me out... Below are the two types of errors I
- get. Thanx in advance...
-
- --Rich
-
- -----------------------
- ..
-
- rm -f phigsmon
- gcc -fpcc-struct-return -o phigsmon phigsmon.o -O2 ../libphigs.a
- -L../../../..
- /./lib/Xaw -lXaw -L../../../.././lib/Xmu -lXmu -L../../../.././lib/Xt -lXt
- -L../
- ./../.././extensions/lib -lXext -L../../../.././lib/X -lX11
- -L/home/spare/X11/l
- ib -lm -B/usr/bin/
- ld: Undefined symbol
- _alloca
- *** Error code 1
- make: Warning: Target `phigsmon' not remade because of errors
- Current working directory /home/spare/mit/extensions/lib/PEX/cp
-
- ..
-
- gcc -fpcc-struct-return -o bmtoa bmtoa.o -O2 -L../.././lib/Xmu -lXmu
- -L/home/s
- pare/X11/lib -B/usr/bin/
- ld: Undefined symbol
- _XGetVisualInfo
- _XFree
- _XInternAtom
- _XtMalloc
- // And a lot more... up to
- _XtDestroyWidget
- *** Error code 1
-