error installing perl - c compiler not working
hi, everybody!
i have been trying to install perl on slackware v10.
after doing the following:
root@zipslack:~# gzip -d perl-5.8.1.tar.gz [ENTER]
root@zipslack:~# cp -i perl-5.8.1.tar /usr/src [ENTER]
root@zipslack:~# cd /usr/src [ENTER]
root@zipslack:/usr/src# tar xvf perl-5.8.1.tar [ENTER]
root@zipslack:/usr/src# cd perl-5.8.1 [ENTER]
root@zipslack:/usr/src/perl-5.8.1# rm -f config.sh Policy.sh [ENTER]
root@zipslack:/usr/src/perl-5.8.1# sh Configure [ENTER]
... I get the following error:
"... the C compiler 'cc' doesn't seem to be working. You need to find a working C compiler."
i already checked my installation of gcc. looks fine after i ran "gcc -v".
i can install using an slackware package but i want to install/compile from a compressed archive. :)
thanks in advance!