|
From: crocket <cro...@gm...> - 2012-07-19 11:49:38
|
I show you the last dozens of lines of make output. The entire output is attached to this message. How can I remove errors? .libs/xferwrap.o: In function `new_sv_for_xfer': /tmp/amanda-3.3.1/perl/amglue/xferwrap.c:30: undefined reference to `_PL_thr_key' .libs/xferwrap.o: In function `new_sv_for_xfer_element': /tmp/amanda-3.3.1/perl/amglue/xferwrap.c:45: undefined reference to `_Perl_die_nocontext' /tmp/amanda-3.3.1/perl/amglue/xferwrap.c:42: undefined reference to `_PL_thr_key' collect2: ld returned 1 exit status Makefile:1249: recipe for target `libamglue.la' failed make[5]: *** [libamglue.la] Error 1 make[5]: Leaving directory `/tmp/amanda-3.3.1/perl/amglue' Makefile:1183: recipe for target `all' failed make[4]: *** [all] Error 2 make[4]: Leaving directory `/tmp/amanda-3.3.1/perl/amglue' Makefile:2871: recipe for target `all-recursive' failed make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/tmp/amanda-3.3.1/perl' Makefile:1817: recipe for target `all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory `/tmp/amanda-3.3.1/perl' Makefile:1322: recipe for target `all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/amanda-3.3.1' Makefile:1247: recipe for target `all' failed make: *** [all] Error 2 |