[flac-dev] Check level not passed to tests

2013-04-09 Thread Martijn van Beurden
Hi all, For testing a few mingw-builds I tried to use ./configure --disable-thorough-testing (because testing in a virtual machine through mingw isn't really fast) but it turned out this setting doesn't do anything. It turns out these configuration options aren't passed to the test scripts at

Re: [flac-dev] Check level not passed to tests

2013-04-09 Thread Martijn van Beurden
On 09-04-13 21:18, Martijn van Beurden wrote: > While going trough test/Makefile, I found this > > # This is the full test suite, but only works correctly in-tree. > # In particular test_grabbag.sh, test_flac.sh and test_metaflac.sh > will not > # run correctly out-of-tree. > fullcheck: $(check_SC

[flac-dev] ogg not statically linked

2013-04-09 Thread Martijn van Beurden
Hi all, I was running some tests cross-compiling and natively compiling for windows with mingw and found something strange: when I try to built flac statically linked and libogg is available as a dll, flac will use the dll instead of linking statically. If I built libogg with --disable-shared,

Re: [flac-dev] ogg not statically linked

2013-04-09 Thread Ulrich Klauer
Martijn van Beurden wrote: > I was running some tests cross-compiling and natively compiling for > windows with mingw and found something strange: when I try to built flac > statically linked and libogg is available as a dll, flac will use the > dll instead of linking statically. If I built libogg