-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 30.07.2013 07:00, LRN wrote:
> On 30.07.2013 05:54, Thomas Sharpless wrote:
>> WTF does that mean?
> 
>> And more to the point, how can I build things like libtiff on MinGW-w64
>> without libtool telling me it?
> I've grepped libtool and libtiff source code for "plugin support", came
> up with nothing.
> 
> There is, however, such string in binutils. "ar" and "nm" will say that
> if you give them OPTION_PLUGIN (--plugin), and they were built without
> plugin support (BFD_SUPPORTS_PLUGINS is undefined).
> BFD_SUPPORTS_PLUGINS is defined in bfd.h, its value depends on the
> @supports_plugin@ autoconf variable.
> The value of that variable depends on the value of the $plugins variable
> set by AC_PLUGINS.
> AC_PLUGINS sets $plugins to "yes" if --enable-plugins was passed to
> configure, "no" otherwise. Defaults to "no".
> 
> You should start by rebuild binutils with --enable-plugins, or getting a
> pre-compiled version of binutils that was built with --enable-plugins.
> 
> 

Also, neither libtool nor libtiff have --plugin mentioned anywhere in
their source code. If you haven't been adding it yourself somewhere, or
asking for plugin support, then your best course would be to find who
adds --plugin, where and why.

Do note that --plugin requires one argument. Its value might give you a
clue too.

- -- 
O< ascii ribbon - stop html email! - www.asciiribbon.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)

iQEcBAEBAgAGBQJR9zFNAAoJEOs4Jb6SI2CwUk4IAMzMUJO9/ykkz5sy2bxKizI9
QEwLworLAjNvhrbhOwkNESXtUPxLmzNm02TVcT+cwU8NwOq+CdYCkWELdMaAqwGd
Io+c8LsJjAF2lHaw+DYFdH3btqe7a83X3OBtUCak022pin4xDitGQgJbJ8mMQcf9
nur8c27G40FhqmFjtEsj4xRtG7JJx99juctjAPwKiRIcgmSJwA/Qg/1a6TDRYGhH
Nv2dPeprOiaA+GVRdfy53aRL9gtHgmnygaFAvRpWDBbaVFOSc53XWPIbqUtnNrKy
8t4Y1J3O9LYxEEENGSUWfxydh/5hUKs1+b8iHyKVHw0Yk4Y8+WtkR121eRflgmE=
=K+x0
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to