Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!M.CS.UIUC.EDU!grunwald From: grunwald@M.CS.UIUC.EDU (Dirk Grunwald) Newsgroups: gnu.gdb.bug Subject: error in gdb-3.0/munch Message-ID: <8812221923.AA30093@m.cs.uiuc.edu> Date: 22 Dec 88 19:23:13 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: grunwald@m.cs.uiuc.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 23 On many systems (UMAX for one), you need to tell it explicitly to include the current directory if you're compiling in another directory. *** /tmp/,RCSt1004886 Thu Dec 22 13:21:43 1988 --- munch Thu Dec 22 12:16:50 1988 *************** *** 11,17 **** $cookie #endif ! ! if (cc -E /tmp/munch$$.c | grep "^$cookie" > /dev/null) then TYPE=USG else --- 11,17 ---- $cookie #endif ! ! if (cc -E -I. /tmp/munch$$.c | grep "^$cookie" > /dev/null) then TYPE=USG else