This is the mail archive of the gdb-patches@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: GDB 9.0.90 available for testing


> I have just finished creating the gdb-9.0.90 pre-release.
> It is available for download at the following location:
> 
>     ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-9.0.90.tar.xz
> 
> A gzip'ed version is also available: gdb-9.0.90.tar.gz.
> 
> Please give it a test if you can and report any problems you might find.

There was something I meant to add, and didn't because this email
was automatically generated by my scripts:

    When building GDB, the build must be done out-of-tree.
    In other words:

        $ tar xf gdb-9.0.90.tar.xz
        $ mkdir build_area
        $ cd build_area
        $ ../gdb-9.0.90/configure [xxx]
        $ make [-j N]
        $ make install

    Trying to unpack, cd to the unpacked sources, and build from
    there will not work. You will get an error about gnulib already
    being configured.

    This is a known issue, which should get fixed after we move
    the gdbsupport and then gdbserver directories to toplevel.

And I wanted to repeat, because this release is really all about
the work done by all the contributors:

> On behalf of all the GDB contributors, thank you!

Cheers!
-- 
Joel


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