Extutils-Liblist

ExtUtils::Liblist(3p) Perl Programmers Reference Guide ExtUtils::Liblist(3p)

Extutils-Liblist

ExtUtils::Liblist(3p) Perl Programmers Reference Guide ExtUtils::Liblist(3p) # ExtUtils::Liblist(3p) Perl Programmers Reference Guide ExtUtils::Liblist(3p) NNAAMMEE # ExtUtils::Liblist - determine libraries to use and how to use them SSYYNNOOPPSSIISS # require ExtUtils::Liblist; $MM->ext($potential_libs, $verbose, $need_names); # Usually you can get away with: ExtUtils::Liblist->ext($potential_libs, $verbose, $need_names) DDEESSCCRRIIPPTTIIOONN # This utility takes a list of libraries in the form "-llib1 -llib2 -llib3" and returns lines suitable for inclusion in an extension Makefile. Extra library paths may be included with the form "-L/another/path" this will affect the searches for all subsequent libraries. ...