After applying two patches: 1. http://lists.xiph.org/pipermail/flac-dev/2008-August/002570.html 2. http://wolf-u.li/4567/fehler-waehrend-der-kompilierung-von-flac-memcmp-was-not-declared-in-this-scope/
I was able to build flac without error, and noticed that shared library is silently skipped. After searching the logs I found this line as suspect: "libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32 shared libraries" and Google exposed this message: 3. http://mingw-users.1079350.n2.nabble.com/Undefined-symbols-link-error-from-libtool-td5105758.html which in short suggests passing "-no-undefined" flag to this libtool command. As "configure" is >25K lines long, I ask for help where to apply this patch Thanks
_______________________________________________ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev