The ld -s flag caused all symbol information to be stripped from
the libraries, which caused all the Python dynclass tests to fail.
(The -s can be used in Perl 5 since the XS builds up a separate
"symbol table".) Patch attached.
--
Jarkko Hietaniemi <j...@iki.fi> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen
> The ld -s flag caused all symbol information to be stripped from
> the libraries, which caused all the Python dynclass tests to fail.
> (The -s can be used in Perl 5 since the XS builds up a separate
> "symbol table".) Patch attached.
Thanks, applied.
leo