> Here is the output from the debug version.  I didn't see a 
> LDDFLAGS but I saw
> LDDLFLAGS, is that where I add the -g? (I added it there and nothing bad
> happend :^)
> 
> Hope this helps.
> 

Yes

Does it change anything, if you change line 75 in Embperl.xs from

    if (gv && SvTYPE(gv) == SVt_PVGV)

to

    if (gv && SvTYPE(gv) == SVt_PVGV && GvGP (gv))


?

Gerald


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to