Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!tut.cis.ohio-state.edu!BBN.COM!gildea From: gildea@BBN.COM (Stephen Gildea) Newsgroups: gnu.gdb.bug Subject: problems with GDB 3.2 Makefile Message-ID: <8907242133.AA03780@life.ai.mit.edu> Date: 24 Jul 89 21:28:36 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 7 The rule for readline/libreadline.a contains the variable reference ${MAKE} which is not defined (at least not by the BSD make program). readline/Makefile uses the "-o foo.o" construct in the .c.o rule, but cc doesn't like this. Switching to gcc worked. < Stephen