Re: HEAD: fix the inherited_linker_flags regression

2007-07-26 Thread Ralf Wildenhues
Hi Charles, * Charles Wilson wrote on Fri, Jul 27, 2007 at 05:36:27AM CEST: Ralf Wildenhues wrote: Could you try again with an up to date tree [...] and see if things work now for you? Works now on both cygwin (native) and mingw (native). logs attached. Great! Another issue down.

Re: HEAD: fix the inherited_linker_flags regression

2007-05-10 Thread Ralf Wildenhues
* Charles Wilson wrote on Wed, May 09, 2007 at 06:59:39AM CEST: 2007-04-11 Ralf Wildenhues .. * libltdl/config/ltmain.m4sh (func_mode_link): Fix accumulation of `inherited_linker_flags' entries from multiple deplibs, by adding $new_inherited_linker_flags only once, only in link pass. *

Re: HEAD: fix the inherited_linker_flags regression

2007-05-10 Thread Charles Wilson
Ralf Wildenhues wrote: Interesting. After running the failed test, please post the output of cd tests/testsuite.dir/09 ../../../libtool --debug -n --mode=link --tag=CC gcc -framework Cocoa \ -framework ApplicationServices -o libbaz.la baz.lo libboth.la \ -no-undefined -rpath

Re: HEAD: fix the inherited_linker_flags regression

2007-05-08 Thread Charles Wilson
Ralf Wildenhues wrote (on 2007-04-23): 2007-04-11 Ralf Wildenhues .. * libltdl/config/ltmain.m4sh (func_mode_link): Fix accumulation of `inherited_linker_flags' entries from multiple deplibs, by adding $new_inherited_linker_flags only once, only in link pass. *

HEAD: fix the inherited_linker_flags regression

2007-04-11 Thread Ralf Wildenhues
Prior to this patch, inherite_linker_flags from all dependent libraries would accumulate, in some cases leading to long command lines due to multiple repetition; think: library composed of many many convenience archives. The patch below fixes this, mostly. There is still the possibility to get,