Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the B-C CPAN distribution.

Report information
The Basics
Id: 54201
Status: resolved
Worked: 20 min
Priority: 0/
Queue: B-C

People
Owner: Nobody in particular
Requestors: rurban [...] x-ray.at
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: strawberry undefined reference to `Perl_newGP'
The windows perl510.dll strictly does not export non-public functions, contrary to cygwin and any normal unix. Thus Perl_newGP() is not exported, causing the compiler linker to fail. Need a workaround.
From: rurban [...] x-ray.at
Am Mo 01. Feb 2010, 15:19:25, rurban@x-ray.at schrieb: Show quoted text
> The windows perl510.dll strictly does not export non-public functions, > contrary to cygwin and any normal unix. > Thus Perl_newGP() is not exported, causing the compiler linker to fail. > Need a workaround.
Fixed in svn with r273. http://code.google.com/p/perl-compiler/source/detail?r=273 Will be in 1.18 Thanks to CSJewell to remind me testing it.
RT-Send-CC: adamk [...] cpan.org, csjewell [...] cpan.org
B-C-1.18 will contain B::C fixes for newGP and QNAN issues. -- Reini Urban