GDB 9.0.90 available for testing

Joel Brobecker brobecker@adacore.com
Mon Dec 23 07:54:00 GMT 2019


> > (1) make sure gdb_cv_cxx_std_thread is set to something, regardless of the code path taken
> > (2) wrap $db_cv_cxx_std_thread in quotes
> > 
> > Even if we do (1), it's good practice to do (2), in case the variable has spaces in it.
> > 
> > That code is in gdbsupport/common.m4.
> 
> Right.  I can fix common.m4, but I cannot regenerate configure, as I
> don't have the correct versions of autotools installed.  Should I fix
> common.m4, or would someone else want to do that?

One almost never has the correct versions of autotools pre-installed.
The distros tend to ship something close to the latest version that
was available at the time, and it rarely matches the version that
we are expected to use for each project. The only way I've found to
have the correct version was to build the various versions myself,
and update the PATH accordingly each time I need a set. More effort
than "it-just-works(tm)", but it's really not that bad. We don't change
the auto-tools versions all that often, and building those tools
just takes a few minutes each.

So, my recommendation if you want to control the pace at which this
is fixed, is to build your own set of auto-tools. On my end, I don't
think I'll have much time during the coming weeks, unfortunately.

-- 
Joel



More information about the Gdb-patches mailing list