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