home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / gdb / bug / 1218 < prev    next >
Encoding:
Text File  |  1992-11-08  |  929 b   |  28 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!csl.sri.com!gilham
  3. From: gilham@csl.sri.com (Fred Gilham)
  4. Subject: gdb 4.7
  5. Message-ID: <1dhclqINNjmv@cassius.csl.sri.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Computer Science Lab, SRI International
  8. Distribution: gnu
  9. Date: Sat, 7 Nov 1992 05:32:42 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 15
  12.  
  13. I'm trying to make gdb 4.7 on a sun4 running sunos 4.1.  
  14.  
  15. The resulting executable dies in wrap_here() because wrap_buffer
  16. doesn't get initialized.  wrap_buffer doesn't get initialized because
  17. the init file munch creates doesn't have anything in it.  That happens
  18. because when munch runs, nm doesn't find the files specified in the
  19. munch command line.  nm says something about a.out not being found.
  20.  
  21. You only see the error in munch when you run it under sh with -v, for
  22. example:
  23.  
  24. sh -v munch utils.o
  25.  
  26. -Fred Gilham    gilham@csl.sri.com
  27.  
  28.