home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 12943 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.4 KB  |  39 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!unmvax!mimbres.cs.unm.edu!cobra.cs.unm.edu!seiferth
  3. From: seiferth@cobra.cs.unm.edu (Justin Seiferth)
  4. Subject: GDB4.6 on and iris4d- compiles and runs but...
  5. Message-ID: <BtLx2G.E6t@cobra.cs.unm.edu>
  6. Sender: news@cobra.cs.unm.edu
  7. Organization: Computer Science Department, University of New Mexico
  8. Distribution: na
  9. Date: Wed, 26 Aug 1992 20:03:54 GMT
  10. Lines: 27
  11.  
  12. I built gdb4.6 on an iris4d using the basic cc development system
  13. that comes with 4.0.1  The only difficulty I had compiling, was with
  14. the redefinition of psignal in defs.h (from int in my /usr/include
  15. to void, so I redefined psignal to return an int in defs.h) and
  16. commented out the inclusion of <signal.h> within "signals.h> to avoid
  17. a multiple inclusion error of psignal.
  18.  
  19. After compilation, gdb runs "fine" and is able to load a test program
  20. but when I ask gdb to run the file, it says:
  21.  
  22. (gdb) run
  23. Starting program: /usr/people/seiferth/gdb-4.6/gdb/test
  24.  
  25. and never comes back!  test is only a short little program which runs
  26. instantaneously under dbx.  One other oddity, on startup, gdb said:
  27.  
  28. GDB 4.6, Copyright 1992 Free Software Foundation, Inc...
  29. Setting up the environment for debugging gdb.
  30. Function "fatal" not defined.
  31.  
  32. Other than that, no warning that something is broken.  So, after this
  33. longwinded explanation, does anyone know what is wrong?
  34.  
  35. Thanks ...
  36. P.S. email to seiferth@cobra.cs.unm.edu preferred!
  37.  
  38.  
  39.