On Sep 11,  4:23pm, Nicolas Barry wrote:

> The configure script for gdb is wrong.
> I found that when running on my Linux-x86 box, the variable
> gdb_cv_have_struct_link_map32 is set to "yes" instead of "no"
> 
> It just seems that the "yes" and "no" values are at the wrong place in the
> script, so it seems easy to fix.

This is fixed by the following change committed earlier today:

2000-09-11  Kevin Buettner  <[EMAIL PROTECTED]>

        * configure.in (HAVE_STRUCT_LINK_MAP32): Change test to use
        AC_TRY_COMPILE instead of AC_TRY_RUN.
        * configure: Regenerate.

See http://sources.redhat.com/ml/gdb-patches/2000-09/msg00077.html
for the patch as well as other information regarding this problem.
(If you want to continue to use AC_TRY_RUN, you have to do a little
bit more than fix the "yes" and "no" values.)

Reply via email to