home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / debugger / gdb_4_12.rea < prev    next >
Encoding:
Text File  |  1994-02-08  |  1.1 KB  |  27 lines

  1. Hi,
  2.  
  3. Here is the latest GNU debugger `gdb' version 4.12 for those who don't have
  4. 16MB of compile space. It compiles out of the box so this is not a `port' !!
  5.  
  6. This tar.gz contains only binaries (static and shared). The sources may be
  7. found at any GNU archive site, for e.g.
  8.  
  9.     prep.ai.mit.edu:/pub/gnu/gdb-4.12.tar.gz
  10.  
  11. I have included the COPYING, COPYING.LIB, README, gdb.1 and texinfo files.
  12.  
  13. Comments, complaints, problems with this distribution to me.
  14. Mitch (m.dsouza@mrc-apu.cam.ac.uk)
  15.  
  16. P.s. I compiled it with gcc-2.5.7 and libc.so.4.5.19 . Those of you who
  17. have libraries < libc.so.4.5.19 will get a warning. You should use the static
  18. `gdb' I included or update your libraries. You also require the dynamic
  19. linker/loader ld.so. If however you are using ld.so version 1.4 (or above)
  20. then you can switch off warning messages by setting the environment variable
  21. LD_NOWARN.
  22.  
  23. P.p.s. The shared version of gdb included also requires you have the shared
  24. DLL for GNU's readline library. If you don't already have it, get it from
  25.  
  26.      sunsite.unc.edu:/pub/Linux/libs/librl-1.2.tar.gz
  27.