MinGW-w64 Compatibility

"Hoyt, David" <[email protected]> Fri, 17 Sep 2010 15:13:15 -0700
Newsgroups gmane.comp.audio.mad.user
Message-ID <B288BDCCFC5B874BBC7D22117EDFB6F9EE8AF051AD@NSPEXMBX-C.the-lab.llnl.gov>
Hello,

I'm compiling libid3tag w/ 32-bit GCC 4.5.1 from MinGW-w64 on Windows 7 64-=
bit and the shared lib build fails due to missing symbols. If you inspect i=
t a bit closer, it fails b/c it's trying to link with a main function (WinM=
ain@16) somewhere and since it's a shared lib, there is none. The following=
 allowed the shared lib to compile and install:

make "libid3tag_la_LIBADD=3D-no-undefined -shared"

I'm just letting you know in case you know how/where to make the fix (sorry=
, but I don't know).

Thanks,
- David Hoyt