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.

Patch for cygwin: silence cwrapper compilation warnings

2008-04-25 Thread Charles Wilson
Now that configure doesn't generate libtool until late in the game (when LT_OUTPUT is not used), the package CFLAGS determined during the rest of configure are added to LTCFLAGS, and used to compile the cwrapper. In one case, the project used -Wall -Werror -std=c99 (which turns on

Re: Patch for cygwin: silence cwrapper compilation warnings

2008-04-25 Thread Charles Wilson
Charles Wilson wrote: 2008-04-25 Charles Wilson ... Ensure cwrapper compiles without warnings under -std=c99: * libltdl/config/ltmain.m4sh (func_emit_wrapper_part1): new function. (func_emit_wrapper_part2): new function. (func_emit_wrapper): delegate to new functions.