Subject: | Everything builds but SF.dll on Strawberry Perl 5.10.1 Windows XP |
Many thanks for providing this module.
I followed the advice of Jakob Ilves and Deven Parekh in bug report Id:
50960, and now everything builds except SF.dll
It fails with this message:
Building Math-GSL
xs\SF_wrap.o: In function `_wrap_gsl_version_set':
C:/Strawberry/cpan/build/Math-GSL-0.20-m4q8L0/xs/SF_wrap.c:1924:
undefined reference to `_gsl_version'
C:/Strawberry/cpan/build/Math-GSL-0.20-m4q8L0/xs/SF_wrap.c:1926:
undefined reference to `_gsl_version'
xs\SF_wrap.o: In function `_wrap_gsl_version_get':
C:/Strawberry/cpan/build/Math-GSL-0.20-m4q8L0/xs/SF_wrap.c:1936:
undefined reference to `_gsl_version'
collect2: ld returned 1 exit status
error building blib\arch\auto\Math\GSL\SF\SF.dll file from
'xs\SF_wrap.o' at inc/G
SLBuilder.pm line 132.
I deleted the reference to [
'swig/SF.i',
'pod/SF.pod'
],
from /_build/build_params
This allowed everything else to compile.