Comment 2 for bug 297437

Revision history for this message
Erica Windisch (ewindisch) wrote :

A workaround is to set PERL_DL_NONLAZY=1 as the tests do. With this variable set in the environment, your Perl will no longer encounter a segmentation fault.

An alternative workaround is to generate a Makefile in the following manner:
  perl Makefile.PL --nousestubs --library=-ltcl8.5 --include=-I/usr/include/tcl8.5/