Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!BBN.COM!gildea From: gildea@BBN.COM (Stephen Gildea) Newsgroups: gnu.gdb.bug Subject: can't make xgdb: missing routines Message-ID: <8904241636.AA04339@wheaties.ai.mit.edu> Date: 24 Apr 89 16:33:54 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 26 I'm trying to make xgdb from the 2.7 sources distributed with Emacs 18.53 on a Vax running Ultrix 3.0 with the MIT X11R3 libraries. It appears that something is wrong with the Makefile. Here's the end of the output: cc -o xgdb main.o firstfile.o blockframe.o breakpoint.o findvar.o stack.o source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o symtab.o symmisc.o coffread.o dbxread.o infcmd.o infrun.o remote.o core.o inflow.o xgdb.o lastfile.o command.o utils.o expread.o expprint.o pinsn.o environ.o version.o -lXaw -lXt -lX11 obstack.o Undefined: __XA_TARGETS _XmuInternAtom __XA_FILENAME _XmuCvtStringToJustify _XmuConvertStandardSelection __XA_TEXT __XA_LENGTH __XA_LIST_LENGTH __XA_CHARACTER_POSITION __XA_DELETE __XA_SPAN __XA_NULL _XmuInternStrings _XmuCvtStringToCursor _XmuCvtStringToPixmap _XmuCvtStringToWidget _XmuCvtStringToOrientation make: *** Error code 1 ***