On Sun, 6 Jan 2002, Sebastian Bergmann wrote: > I can't build a debug version of mod_perl by setting MP_DEBUG=1 when I > run Makefile.pl, the compiler barks out with unknown compiler flags. So, > no stacktrace.
i have perl on win32 built with debugging, so modperl inherits the debug flags from perl. will need to fix MP_DEBUG for win32, but in the meantime you could try MP_CCOPTS="-Od -MD -Zi". you might need to add '-debug' to MODPERL_LDOPTS in the Makefile too. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
