compilation with --with-lisigsegv flag cause error «Undefined 
stackoverflow_handler ...»
the reason is in function extern int stackoverflow_handler( ), which is call in 
m4 code like it is boolean
Example:
ret=stackoverflow_handler( … )
if (ret)
……...
 
I think, code in m4 should be changed to if(ret == 0); then
 
 
С уважением,
Алексей _
[email protected]

Reply via email to