in reply to Re: Error compiling XML::LibXML::Common
in thread Error compiling XML::LibXML::Common
use ExtUtils::MakeMaker; WriteMakefile( NAME => 'XML::LibXML::Common', VERSION_FROM => 'Common.pm', # finds $VERSION AUTHOR => 'Christian Glahn <christian.glahn@uibk.ac.at>', ABSTRACT => 'Routines and Constants common for XML::LibXML an +d XML::GDOME', INC => "-Ic:/libxml2/include", LIBS => [ "-Lc:/libxml2/lib -lxml2", ], );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Error compiling XML::LibXML::Common
by syphilis (Archbishop) on Jul 02, 2009 at 03:57 UTC |