Re: debugging build (was Re: 5.8.2 and 5.9.0, basic test fails on OpenVMS/VAX 7.3)

2003-11-22 Thread Craig A. Berry
Craig A. Berry wrote: At 9:47 PM +0200 11/22/03, Saku Setala wrote: Here it is. Last line looks wrong. $ type [.ext.digest.md5]md5.opt UNIVERSAL=boot_Digest__MD5 [---.lib.auto.Digest.MD5]MD5.olb/Include=MD5 [---.lib.auto.Digest.MD5]MD5.olb/Library PerlShr/Share Yes, it does. Now let's see what

Re: debugging build (was Re: 5.8.2 and 5.9.0, basic test fails on OpenVMS/VAX 7.3)

2003-11-22 Thread Saku Setala
Here it is. Last line looks wrong. $ type [.ext.digest.md5]md5.opt UNIVERSAL=boot_Digest__MD5 [---.lib.auto.Digest.MD5]MD5.olb/Include=MD5 [---.lib.auto.Digest.MD5]MD5.olb/Library PerlShr/Share $ On Sat, 22 Nov 2003, Craig A. Berry wrote: > > OK, let's see what's in your linker options file for

Re: debugging build (was Re: 5.8.2 and 5.9.0, basic test fails on OpenVMS/VAX 7.3)

2003-11-22 Thread Craig A. Berry
At 9:47 PM +0200 11/22/03, Saku Setala wrote: >Here it is. Last line looks wrong. > >$ type [.ext.digest.md5]md5.opt >UNIVERSAL=boot_Digest__MD5 >[---.lib.auto.Digest.MD5]MD5.olb/Include=MD5 >[---.lib.auto.Digest.MD5]MD5.olb/Library >PerlShr/Share Yes, it does. Now let's see what you get when you

Re: debugging build (was Re: 5.8.2 and 5.9.0, basic test fails on OpenVMS/VAX 7.3)

2003-11-22 Thread Craig A. Berry
At 7:19 PM +0200 11/22/03, Saku Setala wrote: >yep, I've always started with clean sourcetree extracted from the .tar, >since it's much faster to extract than to run the "mmk realclean". > >I did try this twice just to make sure I didn't screw up anything on >the @configure, so it is repeatable. O

Re: debugging build (was Re: 5.8.2 and 5.9.0, basic test fails on OpenVMS/VAX 7.3)

2003-11-22 Thread Saku Setala
Craig, yep, I've always started with clean sourcetree extracted from the .tar, since it's much faster to extract than to run the "mmk realclean". I did try this twice just to make sure I didn't screw up anything on the @configure, so it is repeatable. --Saku On Sat, 22 Nov 2003, Craig A. Berry

Re: 5.8.2 and 5.9.0, basic test fails on OpenVMS/VAX 7.3

2003-11-22 Thread Saku Setala
Tried to compile 5.8.2 with VMS debugging, just to experiment, but now compile fails: Making Digest/MD5 (dynamic) Writing Descrip.MMS for Digest::MD5 cp md5.pm [---.lib.digest]md5.pm MCR [---]miniperl.exe "-I[---.lib]" "-I[---.lib]" -e "use ExtUtils::Mksymlists;" -e "Mksymlists('

debugging build (was Re: 5.8.2 and 5.9.0, basic test fails on OpenVMS/VAX 7.3)

2003-11-22 Thread Craig A. Berry
At 6:47 PM +0200 11/22/03, Saku Setala wrote: >Tried to compile 5.8.2 with VMS debugging, just to experiment, but >now compile fails: At the very least you'll want to clean out the build directory with MMK REALCLEAN, or it might be easier to just blow away the build tree and unpack from source aga

Re: 5.9.0 status (was Re: 5.8.2 and 5.9.0, basic test fails on OpenVMS/VAX 7.3)

2003-11-22 Thread Saku Setala
Craig, thank you very much for your explanation. It's really valuable for a newcomer. Regards, --Saku