Kanchit Petnil <[EMAIL PROTECTED]> writes: > perl Makefile.PL > > Processing hints file hints/solaris.pl > Turning off optimizations to avoid compiler bug > Writing Makefile for HTML::Parser > > make > > cc -c -fno-strict-aliasing -pipe -I/usr/local/include > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"3.41\" > -DXS_VERSION=\"3.41\" -fPIC > "-I/usr/local/lib/perl5/5.8.6/sun4-solaris/CORE" -DMARKED_SECTION > Parser.c > /usr/ucb/cc: language optional software package not installed > make: *** [Parser.o] Error 1 > > Could your please give more information for this error.
You need to have the same compiler available that was used to build perl itself. Where did you get this perl? You might also consider installing ActivePerl for Solaris. It comes with HTML-Parser out-of-the-box and you can install additional stuff with ppm without having the compiler available. --Gisle
