Hello I am very new in bioinformatic and I would like to know what is happening here with make test
make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/00_load........dyld: /usr/bin/perl Undefined symbols:
_libiconv
_libiconv_close
_libiconv_open
t/00_load........dubious
Test returned status 0 (wstat 5, 0x5)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/01_charsets....dyld: /usr/bin/perl Undefined symbols:
_libiconv
_libiconv_close
_libiconv_open
t/01_charsets....dubious
Test returned status 0 (wstat 5, 0x5)
DIED. FAILED tests 1-13
Failed 13/13 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------ -------
t/00_load.t 0 5 1 2 200.00% 1
t/01_charsets.t 0 5 13 26 200.00% 1-13
Failed 2/2 test scripts, 0.00% okay. 14/14 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 2



Thanks in advance


PS:
1 I install perl 5.8 it was making too much problems with Bundle::Bioperl
2 I reinstall macosx with perl5.6 to have less problems
3 I was installing Bundle::CPAN when without possibility to change it installed apparently perl5.8 ; when I am doing perl -v I see I have perl 5.6 apparently working.
4 I am now trying to install Text::Iconv to install manually Bundle::Bioperl.


I am not going really fast to install tools whitch will be mine to do my job. Installing Bioperl is not my job ; I don t know wath to do anymore!!

Line

Reply via email to