in reply to Re^2: RFC: Setting up a minGW compiling envronment for Perl 5.10
in thread RFC: Setting up a minGW compiling envronment for Perl 5.10

perl -V:lib_ext

Replies are listed 'Best First'.
Re^4: RFC: Setting up a minGW compiling envronment for Perl 5.10
by Bloodrage (Monk) on Mar 03, 2008 at 21:16 UTC

    Which results in the output lib_ext='.a'; which we knew all along. Do you have a suggestion for adding '.lib', '.Lib', and '.LIB' to this setting? These are common variants in library distributions.