>> On Fri, 12 Dec 2003 22:40:19 +0100,
>> ngoc <> said:
> Hi I install Compress::Zlib in Solaris.
>> perl Makefile.PL make
> error message: /usr/ucb/CC language optional software
> package not installed. I have already installed gcc. What
> is wrong ?
You mean "/usr/ucb/cc" don't you?
What this means is (probably) that you're trying to add a
module to the perl supplied with Solaris. This perl was built
using Sun's Forte compilers (naturally) and is expecting to
use the same compilers to add things to itself.
The Solaris FAQ should address this:
/usr/ucb/cc...
http://www.science.uva.nl/pub/solari...is2.html#q5.37
perl...
http://www.science.uva.nl/pub/solari...is2.html#q3.75
compilers...
http://www.science.uva.nl/pub/solari...ris2.html#q6.1
IIWY I'd build and install your own perl using gcc, and then
add to that. The CPAN module makes this easier than doing it
by hand.
http://stein.cshl.org/genome_informa...nstalling.html
hth
t