Hi,
I've just rebuilt perls 5.8.0, 5.8.9, 5.10.0, 5.12.0 and 5.14.0 using the MinGW port of gcc-4.5.2 (on Windows Vista).
No problems with Math-GSL-0.26 except for 5.10.0 where the
perl Build.PL step hammers me with:
C:\sisyphusion_hide\Math-GSL-0.26>perl build.pl
Checking for GSL..Found GSL version 1.15
Checking if gcc supports "-Wall"...yes
Checking if gcc supports "-Wno-unused-function"...yes
Checking if gcc supports "-Wno-unused-value"...yes
Checking if gcc supports "-Wno-unused-function"...yes
Checking if gcc supports "-Wno-unused-variable"...yes
Checking if gcc supports "-g"...yes
The filename, directory name, or volume label syntax is incorrect.
The filename, directory name, or volume label syntax is incorrect.
The filename, directory name, or volume label syntax is incorrect.
The filename, directory name, or volume label syntax is incorrect.
The filename, directory name, or volume label syntax is incorrect.
Can't locate the perl binary used to run this script in (C:\MinGW\perl
+510\bin C:
\MinGW\perl510\bin c:\Mingw\perl510\bin . C:\Gtk+\bin C:\Program Files
+\Windows N
T\Accessories C:\MinGW\bin C:\_32\dmake C:\Windows\system32 C:\Windows
+ C:\Window
s\System32\Wbem C:\batch C:\_32\lzma C:\MinGW\perl510\bin C:\MinGW\msy
+s\1.0\bin)
It's the
GSLBuilder->new() call in the Build.PL script that makes everything go apeshit. Annoyingly, I can't even find where that new() sub is defined ... certainly can't find it in inc/GSLBuilder.pm.
Anyone know what might be going on ?
By some strange coincidence, many (but not all) of the modules that I've tried to install using CPAN.pm on this build of perl-5.10.0 are also getting screwed by the same absurd error.
Apart from the fact that I loathe both Module::Build and CPAN.pm, I don't know what the connection is.
Cheers,
Rob
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.