1 Installation on Mingw32:
5 When configuring with the default options, the build will attempt to create
6 shared libraries and fail because libtool 1.4.3 does not support shared
7 libraries on Mingw32. To remedy:
8 - Either configure with option --disable-shared, to create non-shared
10 - Or update this package with the libtool CVS, and configure normally.