Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!uwm.edu!uakari.primate.wisc.edu!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!EDDIE.MIT.EDU!ll-xn!ucsd!cacilj!paul From: ll-xn!ucsd!cacilj!paul@EDDIE.MIT.EDU (Paul Close) Newsgroups: gnu.gdb.bug Subject: Problem with config.gdb, gdb 3.3 Message-ID: <8910171952.AA03558@cacilj.uucp> Date: 17 Oct 89 12:52:39 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 30 When I run "config.gdb sparc os4" I get the following errors: ./config.gdb: sparc=sun4os4: not found ./config.gdb: os4=: not found Linking `param.h' to `m-sparc.h'. Linking `pinsn.c' to `sparc-pinsn.c'. Linking `opcode.h' to `sparc-opcode.h'. Linking `dep.c' to `sparc-dep.c'. Editing Makefile GDB is now set up for use with a sparc. Upon inspecting the code, I find: [...] sparc|sun4) case $os in os4|sunos4) $machine=sun4os4 $os="" ;; esac ;; [...] Naturally, this should say "machine=sun4os4", not "$machine=sun4os4", etc. ^-- no '$' -- Paul Close paul@cacilj.CTS.COM ...!{uunet, ucsd, crash}!cacilj!paul The Obi-wan Kenobi method: "Use the Source, Luke" -Jim Fulton