mdemo ltdl failure (was: export.at failure on MinGW)

2007-03-07 Thread Ralf Wildenhues
A (very small) progress report. On Tue, Feb 27, 2007 at 11:02:01PM +0100, Ralf Wildenhues wrote: * Charles Wilson wrote on Tue, Feb 27, 2007 at 05:42:50AM CET: Ralf Wildenhues wrote: The only thing that's then still worrying me is that on Cygwin, the mdemo and mdemo_static programs

Re: export.at failure on MinGW

2007-03-06 Thread Ralf Wildenhues
. Fixes test failure on MinGW. * tests/export.at: For const data object imported from shared library, define appropriate macros to expand __declspec(dllimport) on w32. Fixes test failure on MinGW. Index: libltdl/config/ltmain.m4sh

Re: export.at failure on MinGW

2007-02-26 Thread Charles Wilson
Ralf Wildenhues wrote: I suggest this patch to fix the export test on MinGW. It did not fail on Cygwin due to auto-import, but on MinGW it did for the data objects. That is odd, because mingw supports auto-import too. (However, it might be off by default, since libraries created that way

export.at failure on MinGW

2007-02-25 Thread Ralf Wildenhues
Hello Charles, all, I suggest this patch to fix the export test on MinGW. It did not fail on Cygwin due to auto-import, but on MinGW it did for the data objects. WDYT? I guess stresstest.at needs a similar fix, but there the same code is currently used to link against a shared and a static