home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gdb.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!csl.sri.com!gilham
- From: gilham@csl.sri.com (Fred Gilham)
- Subject: gdb 4.7
- Message-ID: <1dhclqINNjmv@cassius.csl.sri.com>
- Sender: gnulists@ai.mit.edu
- Organization: Computer Science Lab, SRI International
- Distribution: gnu
- Date: Sat, 7 Nov 1992 05:32:42 GMT
- Approved: bug-gdb@prep.ai.mit.edu
- Lines: 15
-
- I'm trying to make gdb 4.7 on a sun4 running sunos 4.1.
-
- The resulting executable dies in wrap_here() because wrap_buffer
- doesn't get initialized. wrap_buffer doesn't get initialized because
- the init file munch creates doesn't have anything in it. That happens
- because when munch runs, nm doesn't find the files specified in the
- munch command line. nm says something about a.out not being found.
-
- You only see the error in munch when you run it under sh with -v, for
- example:
-
- sh -v munch utils.o
-
- -Fred Gilham gilham@csl.sri.com
-
-