Re: configure bug

2000-09-11 Thread Kevin Buettner

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.)




configure bug

2000-09-11 Thread Nicolas Barry

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.

Nicolas


__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/




configure bug on windows 2000

2000-03-03 Thread Reed Kotler (Reed Kotler Systems Inc)

on windows 2000, it seems that there is a bash bug
triggered by configure.

on line 1543, there is the statement
#POPDIR=${PWD=`pwd`}

this needs to be changed to

#POPDIR=`pwd`