This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] GDB 6.7 released!


On Wed, 2007-10-10 at 12:09 -0700, Joel Brobecker wrote:
> GDB 6.7 released!
> 
> Release 6.7 of GDB, the GNU Debugger, is now available via anonymous
> FTP.  GDB is a source-level debugger for Ada, C, C++, Objective-C,
> Pascal and many other languages.  GDB can target (i.e., debug programs
> running on) more than a dozen different processor architectures, and GDB
> itself can run on most popular GNU/Linux, Unix and Microsoft Windows
> variants.
> 
> You can download GDB from the GNU FTP server in the directory:
> 
>         ftp://ftp.gnu.org/gnu/gdb

Something is broken with makeinfo handling:

# which makeinfo
/usr/bin/makeinfo

# tar xjf gdb-6.7.tar.bz2
# mkdir build
# cd build
# ../gdb-6.7/configure --target=sparc-rtems4.8
# make
checking for makeinfo... /users/rtems/src/rpms/BUILD/gdb-6.7/missing
makeinfo --split-size=5000000
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
...


I recall this or a similar issue recently having been reported somewhere
(could be GCC@, because it seems to be a toplevel configuration issue),
unfortunately, I currently can't find the report :(

Ralf



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]