Re: Patch for cygwin: autoupdate and objdump

2008-04-29 Thread Charles Wilson
Ralf Wildenhues wrote: 2008-04-19 Charles Wilson <...> Yaakov Selkowitz <...> * libltdl/m4/libtool.m4 (_LT_DECL_OBJDUMP): new macro ensures that $OBJDUMP is always defined sanely. (_LT_SYS_DYNAMIC_LINKER): call it. (_LT_CHECK_MAGIC_METHOD): call it. (AU_DEFUN[AC_

Re: Patch for cygwin: autoupdate and objdump

2008-04-25 Thread Ralf Wildenhues
Hi Charles, * Charles Wilson wrote on Fri, Apr 25, 2008 at 09:58:56PM CEST: > Charles Wilson wrote: > http://lists.gnu.org/archive/html/libtool-patches/2008-04/msg00098.html > >> 2008-04-19 Charles Wilson <...> >> Yaakov Selkowitz <...> >> >> * libltdl/m4/libtool.m4 (_LT_DECL_OBJDUM

Re: Patch for cygwin: autoupdate and objdump

2008-04-25 Thread Charles Wilson
Charles Wilson wrote: http://lists.gnu.org/archive/html/libtool-patches/2008-04/msg00098.html 2008-04-19 Charles Wilson <...> Yaakov Selkowitz <...> * libltdl/m4/libtool.m4 (_LT_DECL_OBJDUMP): new macro ensures that $OBJDUMP is always defined sanely. (_LT_SYS_DYNAMIC_LINK

Re: Patch for cygwin: autoupdate and objdump

2008-04-19 Thread Charles Wilson
Charles Wilson wrote: Not only that, but this may fix another possible bug on Linux ELF systems, as there is a test on that platform (line 2461 after the patch) which uses OBJDUMP, which I don't see where it would have been defined. Ah...found the OTHER other thread where the OBJDUMP issue wa