|
I notice the function that failed linking is _Perl_init_debugger while the source specifies Perl_init_debugger. Something about MSVC++ or ActiveState perl is doing that but I haven't the foggiest what that's about.
Could you try using a CPP declaration in Enbugger.xs to paper over this?
#define _Perl_init_debugger Perl_init_debugger
|