in reply to Error compiling XML::LibXML::Common
Then run perl Makefile.pl INC="-Ic:/libxml2/include" LIBS="-Lc:/libxml2/lib -lxml2"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', LIBS => '-lxml2', );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Error compiling XML::LibXML::Common
by Anonymous Monk on Jul 02, 2009 at 00:51 UTC | |
by syphilis (Archbishop) on Jul 02, 2009 at 03:57 UTC |