Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mit-eddie!snorkelwacker!apple!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!MIZAR.DOCS.UU.SE!perm From: perm@MIZAR.DOCS.UU.SE (Per Mildner) Newsgroups: gnu.gdb.bug Subject: config.gdb cc -Bstatic vs gcc -static Message-ID: <8911151522.AAmizar02950@mizar.DoCS.UU.SE> Date: 15 Nov 89 15:22:03 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 13 gdb-3.4 (sun4-os4) config.gdb has some lines: makedefine="-DM_CFLAGS=-Bstatic -Usparc" This isn't right if CC is gcc in Makefile.dist as gcc uses -static. Maybe it should just be mentioned in Makefile.dist I can't use /bin/make, it barfs on the line $(CC) -E >Makefile tmp.c $(MD) "-DM_MAKEDEFINE=$(MD)" make: Fatal error in reader: Makefile, line 217: Badly formed macro assignment gnu-make seems to work.