home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / gdb / bug / 886 < prev    next >
Encoding:
Text File  |  1992-07-23  |  2.2 KB  |  64 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!ws100.lrw.uni-bremen.de!l33
  3. From: l33@ws100.lrw.uni-bremen.de (Dirk Mattfeld)
  4. Subject: (none)
  5. Message-ID: <9207211413.AA08643@ws100.lrw.uni-bremen.de>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 21 Jul 1992 18:13:15 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 51
  12.  
  13. Dirk C. Mattfeld
  14. Computing Center
  15. University of Bremen
  16. 2800 Bremen 41
  17. Germany
  18.  
  19. <dcm@lrw.uni-bremen.de>
  20.  
  21.  
  22. Dear bug-gdb!
  23.  
  24. I have trouble installing gdb 4.6 on a MACH 2.6 System delivered by MtXinu. 
  25.  
  26. MtXinu delivers their systems with gcc 1.37 and gdb 3.5. I recently
  27. installed gcc 2.2.2 (wich works pretty well) and now I wanted to have
  28. gdb 4.6. This installation failed until now!
  29.  
  30. I configured gdb via 'configure i386-aout-mach', what was the only
  31. combination making sense to me. An error occured configuring the
  32. ./gdb-4.6/gdb directory. The file ./gdb-4.6/gdb/configure.in contains
  33. two large 'case' structures: in the first the '.mh' file is selected,
  34. in the second the '.mt' file is selected.  The configuration failed
  35. because the file ./gdb-4.6/gdb/config/i386mach.mt is not present. It
  36. seems strange to me, that there is a file ./gdb-4.6/gdb/config/i386mach.mh.
  37.  
  38. I tried to help myself using i386mach.mh and the i386aout.mt file,
  39. because the a.out linker format is used on my kind of systems. When
  40. this constallation did not work, i tried to find out what the
  41. i386aout.mt file does. I hoped to find a suitable file out of a couple
  42. of files named i386*.mt. Apart from System V.4 all the files configure
  43. exec.o i386-tdep.o and i386-pinsn.o in the ./gdb-4.6/gdb directory.
  44. Furter on they configure tm-i386v.h or tm-i386v-g.h. All that seems to
  45. be COFF stuff and not a.out as expected.
  46.  
  47. So why do you specify a i386mach target without supporting the a.out
  48. format for i386. Perhaps i am wrong in configuring this type of
  49. system. Or something went wrong in your file dependencies. Let me know
  50. if you have an idea to solve my problems.
  51.  
  52. What I have now: I copied the i386aout.mt to i386mach.mt and the
  53. configure succeeded. The compilation succeded too, but the new gdb
  54. cannot read symbol tables properly. programs can be run via gdb, but
  55. of course, no beakpoints etc. can be set. Please help me!
  56.  
  57.  
  58. Regards
  59.  
  60. Dirk C. Mattfeld
  61.  
  62.  
  63.  
  64.