The first attempt gives me a request for HTML::Parser. So I try a CPAN install of HTML::Parser and it seems to be trying a "C" complie using Sun's CC compiler, which I dont have. I do use GCC for everything else. I played with the Makefile, but there are incorrect parameters being passed (KPIC for instance), and it's getting ugly. How can I get this module to compile correctly? Here's some output:
CPAN.pm: Going to build G/GA/GAAS/HTML-Parser-3.28.tar.gz Checking if your kit is complete... Looks good Processing hints file hints/solaris.pl Writing Makefile for HTML::Parser cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm cp Parser.pm blib/lib/HTML/Parser.pm cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm /usr/bin/perl mkhctype >hctype.h /usr/bin/perl mkpfunc >pfunc.h /usr/bin/perl -I/usr/perl5/5.6.1/lib/sun4-solaris-64int -I/usr/perl5/5.6.1/lib /usr/perl5/5.6.1/lib/ExtUtils/xsubpp -typemap /usr/perl5/5.6.1/lib/ExtUtils/typemap -typemap typemap Parser.xs > Parser.xsc && mv Parser.xsc Parser.c cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xO3 -xdepend -DVERSION=\"3.28\" -DXS_VERSION=\"3.28\" -KPIC -I/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -DMARKED_SECTION Parser.c /usr/ucb/cc: language optional software package not installed *** Error code 1 make: Fatal error: Command failed for target `Parser.o' /usr/ccs/bin/make -- NOT OK Running make test Can't test without successful make Thanks. -pat ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk