in reply to Re: xml parse and print
in thread xml parse and print

I seem to be unable to install XML::Twig :-(

I have to install XML::Parser first and can't figure out what I am doing wrong. I keep receiving:

gcc: language depend not recognized gcc: Expat.c: linker input file unused because linking not done
I never installed CPAN Modules before. Is there any page that might help me remove the error?

Replies are listed 'Best First'.
(jeffa) 3Re: xml parse and print
by jeffa (Bishop) on Jul 18, 2003 at 14:01 UTC
    From the XML::Parser V2.31 README file:

    This is a Perl extension interface to James Clark's XML parser, expat. It requires at least version 5.004 of perl and it requires that you have release 1.95.0 or greater of expat installed. You can download expat from:

       http://sourceforge.net/projects/expat/

    jeffa

    L-LL-L--L-LL-L--L-LL-L--
    -R--R-RR-R--R-RR-R--R-RR
    B--B--B--B--B--B--B--B--
    H---H---H---H---H---H---
    (the triplet paradiddle with high-hat)
    
Re: Re: Re: xml parse and print
by PodMaster (Abbot) on Jul 18, 2003 at 13:28 UTC
Solution that worked for me (Was: xml parse and print)
by Skeeve (Parson) on Jul 21, 2003 at 05:54 UTC
    As PodMaster already pointed out, Google is a good source of information.

    It was actually a problem of solaris' perl 5.6.1. When I compiled my own perl 5.8.0, everything went flawlessly.