8.53 ExtUtils::LiblistUsed for building a Makefile for a Perl module. Takes a list of libraries and returns platform-appropriate lines that can be included in the Makefile. The input listrequire ExtUtils::Liblist; ExtUtils::Liblist::ext( $potential_libs [, $verbose ]);
$potential_libs
is in the form
-llib1 -llib2 -llib3
. Additional library paths may be
included in the form
-L/another/path
, which affects
searches for all subsequent libraries. If the Boolean
$verbose
is specified, verbose output messages are provided. Returns a list of
four scalar values:
The Win32 version (in the standard Perl distribution) has several differences from the Unix-OS/2 version:
Copyright © 2001 O'Reilly & Associates. All rights reserved. |
|