[RFA] fix compilation warning in libiberty.h

Daniel Jacobowitz drow@false.org
Mon Apr 25 01:44:00 GMT 2005


On Fri, Apr 22, 2005 at 04:05:19PM -0700, Adam Nemet wrote:
> Daniel Jacobowitz writes:
> > On Thu, Mar 31, 2005 at 03:27:34PM +0200, Jerome Guitton wrote:
> >> +AC_MSG_CHECKING(for a declaration for basename)
> >> +AC_CACHE_VAL(bfd_cv_decl_basename,
> >> +[AC_TRY_COMPILE([#include "sysdep.h"],
> >> +[#ifndef basename
> > 
> > Can't this be just AC_CHECK_DECLS(basename)?
> 
> The checked in version was:
> 
>   AC_CHECK_DECLS(basename, , , [#include "sysdep.h"]) 
> 
> How is this supposed to find sysdep.h?  I am getting:
> 
>   $ grep -C basename bfd/config.log
>   configure:9522: $? = 0
>   configure:9534: result: yes
>   configure:9545: checking whether basename is declared
>   configure:9570: gcc -c -g -O2  conftest.c >&5
>   conftest.c:73:20: sysdep.h: No such file or directory

This should be fixed as of Wednesday; do you still see the problem?

-- 
Daniel Jacobowitz
CodeSourcery, LLC



More information about the Binutils mailing list