Perl 5.8 i fresh bir test machinekurmaya çalışırken aşadağıdaki hatayı
alıyorum. Hata sonrasında "make" i tekrar başlatmama rağmen yine aynı hatayı
alıyorum. Bir kaç kez denedim. Nasıl çözülebilir?
cc -o a2p -Wl,-E -L/usr/local/lib hash.o str.o util.o walk.o a2p.o -lm
-lcrypt -lutil
../miniperl -I../lib s2p.PL
Extracting s2p (with variable substitutions)
Linking s2p to psed.
../miniperl -I../lib find2perl.PL
Extracting find2perl (with variable substitutions)
Making B (dynamic)
Makefile out-of-date with respect to Makefile.PL ../../lib/Config.pm
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl"
"PERL_CORE=1" "LIBPERL_A=libperl.so"
Writing Makefile for B::C
Writing Makefile for B
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
*** Error code 1
Stop in /usr/ports/lang/perl5.8/work/perl-5.8.8/ext/B.
make config failed, continuing anyway...
Makefile out-of-date with respect to Makefile.PL
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl"
"PERL_CORE=1" "LIBPERL_A=libperl.so"
Writing Makefile for B::C
Writing Makefile for B
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
*** Error code 1
Stop in /usr/ports/lang/perl5.8/work/perl-5.8.8/ext/B.
*** Error code 1
Stop in /usr/ports/lang/perl5.8/work/perl-5.8.8.
*** Error code 1
Stop in /usr/ports/lang/perl5.8.
[EMAIL PROTECTED] /usr/ports/lang/perl5.8]#
İyi çalışmalar...