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

[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,