>хорошо спасибо за совет, но вот на другой машине тоже 4.9
>делаю configure, make depend, make
>
>/tmp/ccrNSCrh.o(.text+0x221e): undefined reference to `Perl_mg_get'
>/tmp/ccrNSCrh.o(.text+0x222c): undefined reference to `PL_curcop'
>/tmp/ccrNSCrh.o(.text+0x2237): undefined reference to `PL_curcop'
>/tmp/ccrNSCrh.o(.text+0x2242): undefined reference to `PL_curcop'
>/tmp/ccrNSCrh.o(.text+0x224d): undefined reference to `PL_curcop'
>/tmp/ccrNSCrh.o(.text+0x225e): undefined reference to `PL_curcop'
>/tmp/ccrNSCrh.o(.text+0x226a): undefined reference to `PL_dowarn'
>/tmp/ccrNSCrh.o(.text+0x227b): undefined reference to `Perl_sv_isa'
>/tmp/ccrNSCrh.o(.text+0x2291): undefined reference to `Perl_warner'
>/tmp/ccrNSCrh.o(.text+0x22b1): undefined reference to `Perl_croak'
>/tmp/ccrNSCrh.o: In function `Perl_avhv_store_ent':
>/tmp/ccrNSCrh.o(.text+0x22db): undefined reference to `avhv_index'
>/tmp/ccrNSCrh.o: In function `Perl_avhv_fetch_ent':
>/tmp/ccrNSCrh.o(.text+0x230b): undefined reference to `avhv_index'
>/tmp/ccrNSCrh.o: In function `Perl_avhv_delete_ent':
>/tmp/ccrNSCrh.o(.text+0x2341): undefined reference to `Perl_hv_fetch_ent'
>/tmp/ccrNSCrh.o(.text+0x236d): undefined reference to `avhv_index_sv'
>/tmp/ccrNSCrh.o: In function `Perl_avhv_exists_ent':
>/tmp/ccrNSCrh.o(.text+0x23a5): undefined reference to `Perl_hv_fetch_ent'
>/tmp/ccrNSCrh.o(.text+0x23ce): undefined reference to `avhv_index_sv'
>/tmp/ccrNSCrh.o: In function `Perl_avhv_iternext':
>/tmp/ccrNSCrh.o(.text+0x23fa): undefined reference to `Perl_hv_iternext'
>/tmp/ccrNSCrh.o: In function `Perl_avhv_iterval':
>/tmp/ccrNSCrh.o(.text+0x241e): undefined reference to `Perl_hv_iterval'
>/tmp/ccrNSCrh.o(.text+0x242c): undefined reference to `avhv_index_sv'
>*** Error code 1
>
>Stop in /root/perl-5.8.6.
>
>как это понимать если вас не затруднит?
дык очень просто, есть объектник ccrNSCrh.o и при сборке чего-то там в исходниках
используются вызовы других функций, вероятно библиотеки с ними не найдены, отсюда
"undefined reference" (неразрешенная ссылка на ТО-ТО и ТО-ТО)
когда сидишь на диалапе, нужно взять CD или DVD - зайти к любому провайдеру и
спросить специалистов по Unix из службы поддержки, попросить записать
соответствующие sources. Ну или все проделать самому в Internet кафе, в университете
и тд и тп.
Ну чтобы построить список:
# cd /usr/ports/category/name
# make fetch-recursive-list
man ports - рекомендую.