[gnu.gdb.bug] can't make xgdb: missing routines

gildea@BBN.COM (Stephen Gildea) (04/24/89)

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 ***

bob@allosaur.cis.ohio-state.edu (Bob Sutterfield) (04/25/89)

Insert -lXmu between -lXaw and -lXt in the Makefile.