Package: golly Version: 1.3-3 Tags: patch --- Please enter the report below this line. --- The attached patch should fix the problem.
Regards, Davide Cavalca --- System information. --- Architecture: amd64 Kernel: Linux 2.6.22-3-amd64 Debian Release: lenny/sid 500 testing www.debian-multimedia.org 500 testing security.debian.org 500 testing mi.mirror.garr.it --- Package information. --- Depends (Version) | Installed ======================================-+-==================== libc6 (>= 2.7-1) | 2.7-6 libgcc1 (>= 1:4.1.1-21) | 1:4.3.0~rc2-1 libperl5.8 (>= 5.8.8) | 5.8.8-12 libstdc++6 (>= 4.1.1-21) | 4.3.0~rc2-1 libwxbase2.6-0 (>= 2.6.3.2.2) | 2.6.3.2.2-2 libwxgtk2.6-0 (>= 2.6.3.2.2) | 2.6.3.2.2-2 zlib1g (>= 1:1.2.3.3.dfsg) | 1:1.2.3.3.dfsg-11
--- golly-1.3-orig/makefile-gtk 2008-03-22 13:29:34.000000000 +0100 +++ golly-1.3/makefile-gtk 2008-03-22 14:04:41.000000000 +0100 @@ -26,8 +26,8 @@ # for Perl script support PERL_INCLUDE = $(shell perl -MExtUtils::Embed -e ccopts) -#PERL_LINK = $(shell perl -MExtUtils::Embed -e ldopts) -PERL_LINK =-Wl,-E /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE -lperl -ldl -lm -lpthread +PERL_LINK = $(shell perl -MExtUtils::Embed -e ldopts) +#PERL_LINK =-Wl,-E /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE -lperl -ldl -lm -lpthread #!!! dynamically load Perl lib (yuk: still have to link DynaLoader.a for boot_DynaLoader) #!!! PERL_LINK = --unresolved-symbols=ignore-all /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a

