On Tuesday, February 15, 2005, at 03:21PM, John E. Malmberg <[EMAIL PROTECTED]> wrote:
>I am noticing on a previous build that a number of the tests are failing >when you build with the VMS DEBUG option, and the tests use PERLSHR >instead of DBGPERLSHR. When the tests are run using DBGPERLSHR they >succeed. This is telling me that when the VMS DEBUG option is selected, >PERLSHR is not being built correctly. When you configure and build for the VMS debugger, there is not supposed to be a PERLSHR.EXE, only DBGPERLSHR.EXE. If you build in debug without configuring for it, you will see the symptoms you describe. Switching back and forth between a debug and non-debug build without reconfiguring is not supported. If you are configuring for the debugger and still seeing this issue, please holler. BTW, the simplest way to configure for the debugger is: $ @configure -"Dusevmsdebug" -"des"
