On Tue, Apr 08, 2008 at 12:50:14PM +0100, Stephen Gran wrote: > Ah, I think I may have a slightly better patch, then. With this patch > and perl5.8, I get: > [EMAIL PROTECTED]:~/NMU/wzdftpd-0.8.3/build/modules/perl$ objdump -x > libwzd_perl.so | grep boot_Dyn > 00009bc0 g F .text 000003ed boot_DynaLoader > > and with 5.10 I get: > [EMAIL PROTECTED]:/tmp/buildd/wzdftpd-0.8.3# objdump -x > build/modules/perl/libwzd_perl.so | grep boot_Dyn > 00000000 F *UND* 0000078c boot_DynaLoader > > (this is correct - in 5.10, boot_DynaLoader has moved into libperl, so > it will be loaded dynamically) >
[..] > > Sorry about the screw up - I guess I missed that gcc wasn't adding the > symbols, even though DynaLoader.a was on the link line. If you like, I > can reupload, or I can step aside and let you do it. > Thanks, you were faster than me (I was working on a complicated solution, with no good result). I'll merge your patch, ack the NMU and re-upload. Thanks for your help. Pierre -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

