On Wed, 11 Jul 2001, Wim De Hul wrote:

> 
> I'm trying to install DBI 1.18 on a Sparc Solaris 8 server but I still
> get the following error:
<snip>
> /usr/perl5/5.00503/ExtUtils/xsubpp  -typemap 
> /usr/perl5/5.00503/ExtUtils/typemap Perl.xs >xstmp.c && mv xstmp.c Perl.c
> cc -c   -xO3 -xdepend    -DVERSION=\"1.18\" -DXS_VERSION=\"1.18\" -KPIC 
> -I/usr/perl5/5.00503/sun4-solaris/CORE -DDBI_NO_THREADS Perl.c
> /usr/ucb/cc:  language optional software package not installed
Solaris doesn't come with a C compiler. If you installed GCC, try doing:
CC=gcc perl Makefile.PL

If you haven't installed gcc, install gcc. :)

-alex

Reply via email to