Re: preparing for 1.5.24

2007-02-18 Thread Ralf Wildenhues
Hello Charles, Charles Wilson writes: - It would help me greatly if someone could look into the Cygwin and MinGW mdemo* failures; and documentation updates if needed. Solution in this case is to turn auto-export back on Or to mark all symbols as to be exported, no? (Or to mark all

FYI: HEAD: fix static.at glitch

2007-02-18 Thread Ralf Wildenhues
D'oh! The good libraries were named liba[123]*, the bad ones lib[123]*. Fixed as below. I found out why the test fails on w32, too. First, as hardcoding fails, we need to adjust $PATH to find the non-libtool library. Then, the moving around of libraries also needs to take into account the

Link order of deplibs test (was: FYI: lt_dlexit.at test needs 'libtool --mode=execute')

2007-02-18 Thread Ralf Wildenhues
Hello Peter, * Ralf Wildenhues wrote on Wed, Feb 14, 2007 at 12:13:51AM CET: * Peter O'Gorman wrote on Tue, Feb 13, 2007 at 03:15:19PM CET: On Feb 13, 2007, at 4:54 AM, Ralf Wildenhues wrote: This fixes lt_dlexit.at test on some systems (e.g., Darwin), where a main program without

Re: preparing for 1.5.24

2007-02-18 Thread Charles Wilson
Ralf Wildenhues wrote: Hello Charles, Charles Wilson writes: - It would help me greatly if someone could look into the Cygwin and MinGW mdemo* failures; and documentation updates if needed. Solution in this case is to turn auto-export back on Or to mark all symbols as to be exported,

Re: template.at on Darwin

2007-02-18 Thread Peter O'Gorman
On Feb 19, 2007, at 3:33 AM, Ralf Wildenhues wrote: Hello Peter, all, HEAD's test/template.at excludes some tests for Darwin, without any sort of explanation. Do you have resources to look into this, so that we can either document why things do not work, or, even better, fix it? Otherwise I