|
From: Stamper, S. <Ste...@fo...> - 2002-03-14 18:33:43
|
I'm just coming up to speed on PERL but have been using expect for years. This expectperl tool looks might it will be wonderful - if I can get it installed!
While trying to install IO-Tty-0.97_01 I get the following error:
/home/root/IO-Tty-0.97_01# perl Makefile.PL
Now let's see what we can find out about your system
(logfiles of failing tests are available in the conf/ dir)...
ERROR: cannot run the configured compiler cc_r
(see conf/compilerok.log). Maybe you should build perl by yourself?
/home/root/IO-Tty-0.97_01# gcc -v
Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.0.1/specs
Configured with: ./configure --enable-threads=aix --disable-nls
Thread model: single
gcc version 3.0.1
/home/root/IO-Tty-0.97_01#
/home/root/IO-Tty-0.97_01# perl -v
This is perl, v5.6.1 built for aix-thread
/home/root/IO-Tty-0.97_01/conf# cat compilerok.c
int main () { return 0; }
/home/root/IO-Tty-0.97_01/conf# cat compilerok.log
sh: cc_r: not found.
/home/root/IO-Tty-0.97_01/conf# oslevel
4.3.3.0
I'm not a C person so any help would be great!
TIA
Steve Stamper
|