From: <RGi...@a1...> - 2002-03-15 08:53:03
|
> 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 Perl has been configured to use 'cc_r' as its C compiler, but noew it cannot be found in the PATH. If you don't have 'cc_r' installed, either edit Config.pm and change all commands and flags etc. to gcc (ugh!) or build perl yourself using gcc. Also, ask your friendly sysadmin for help. Hope this helps, Roland -- RGi...@cp... |