From: Bruno Haible Date: Wed, 6 Jul 2005 14:28:03 +0000 (+0000) Subject: Obsolete: Compilation works fine with current libtool. X-Git-Tag: v0.15~497 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf7fa1bd782178d12f866ff0451fdd02c482cb54;p=thirdparty%2Fgettext.git Obsolete: Compilation works fine with current libtool. --- diff --git a/README.mingw b/README.mingw deleted file mode 100644 index 9f1a1da92..000000000 --- a/README.mingw +++ /dev/null @@ -1,10 +0,0 @@ -Installation on Mingw32: - -See file INSTALL. - -When configuring with the default options, the build will attempt to create -shared libraries and fail because libtool 1.4.3 does not support shared -libraries on Mingw32. To remedy: - - Either configure with option --disable-shared, to create non-shared - libraries only. - - Or update this package with the libtool CVS, and configure normally.