Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the autobox CPAN distribution.

Report information
The Basics
Id: 32197
Status: resolved
Priority: 0/
Queue: autobox

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.22
Fixed in: 2.00



Subject: Win32: undefined reference
Strawberry perl 5.10 autobox.o:autobox.c:(.text+0x2f4): undefined reference to `Perl_ck_subr' autobox.o:autobox.c:(.text+0x30c): undefined reference to `Perl_ck_subr' -- Alexandr Ciornii, http://chorny.net
Perl_ck_subr was in 'global.sym' in 5.8.8, but isn't in 5.10. It means that 'Perl_ck_subr' is no longer a member of public API. Windows exports only API functions. -- Alexandr Ciornii, http://chorny.net