Re: more mingw C++ link failures

2010-05-01 Thread Bruno Haible
Hi Eric, Eric Blake wrote: > I'm getting the following failure while testing my open_memstream changes: > > $ ./gnulib-tool --with-tests --create-testdir --dir=testdir-mingw \ > open_memstream > $ cd testdir-mingw > $ ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin \ > CC='gcc-3 -mn

more mingw C++ link failures

2010-04-26 Thread Eric Blake
I'm getting the following failure while testing my open_memstream changes: $ ./gnulib-tool --with-tests --create-testdir --dir=testdir-mingw \ open_memstream $ cd testdir-mingw $ ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin \ CC='gcc-3 -mno-cygwin' CXX='g++-3 -mno-cygwin ... $ mak