Skip Menu |

This queue is for tickets about the Math-GSL CPAN distribution.

Report information
The Basics
Id: 55878
Status: resolved
Priority: 0/
Queue: Math-GSL

People
Owner: Nobody in particular
Requestors: mahony11 [...] eircom.net
Cc:
AdminCc:

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



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.
Subject: Re: [rt.cpan.org #55878] Everything builds but SF.dll on Strawberry Perl 5.10.1 Windows XP
Date: Tue, 23 Mar 2010 19:00:50 -0700
To: bug-Math-Gsl [...] rt.cpan.org
From: Jonathan Leto <jonathan [...] leto.net>
Howdy, Which version of GSL are using? Duke On Tue, Mar 23, 2010 at 5:50 PM, Colm O Mahony via RT <bug-Math-Gsl@rt.cpan.org> wrote: Show quoted text
> Tue Mar 23 20:50:01 2010: Request 55878 was acted upon. > Transaction: Ticket created by omahony >       Queue: Math-Gsl >     Subject: Everything builds but SF.dll on Strawberry Perl 5.10.1 Windows XP >   Broken in: 0.21_01 >    Severity: Critical >       Owner: Nobody >  Requestors: mahony11@eircom.net >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=55878 > > > > > 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. >
-- Jonathan "Duke" Leto jonathan@leto.net http://leto.net
Subject: Re: [rt.cpan.org #55878] Everything builds but SF.dll on Strawberry Perl 5.10.1 Windows XP
Date: Wed, 24 Mar 2010 02:58:29 +0000
To: bug-Math-Gsl [...] rt.cpan.org
From: Colm O Mahony <mahony357 [...] gmail.com>
Hi Jonathan Thank you for your reply. I am using GSL version 1.13, Math-GSL-0.20_01 I intend to withdraw the ticket. It was a error on my part. The build script picked up an old version of gsl-config and the conflict caused the failure. For some reason, on Windows, pkg-config files can end up either in '/bin' or in '/lib/pkgconfig'. The build script found the older one in '/lib/pkgconfig'. I have a working copy of Math::GSL now. Many thanks Colm