Looking for insight into the following: I've been trying to install the Math:GSL package on openSuse Tumbleweed and run into an "Unsupported GSL version" during the build. Specifically

stevenc@suseLinux:~/.cpan/build/Math-GSL-0.44-0> perl Build.PL Checking for GSL using gsl-config Found GSL 2.8 (via gsl-config) installed in /usr Checking if cc supports "-Wall"...yes Checking if cc supports "-Wno-sometimes-uninitialized"...yes Checking if cc supports "-Wno-unused-function"...yes Checking if cc supports "-Wno-unused-value"...yes Checking if cc supports "-Wno-unused-function"...yes Checking if cc supports "-Wno-unused-variable"...yes Checking if cc supports "-Wno-gnu"...yes Checking if cc supports "-g"...yes Unsupported GSL version!!! : 2.8 at Build.PL line 85.

I have the gsl-devel library installed, and gsl-config verifies the ver 2.8 GSL install

S | Name | Summary + | Type ---+----------------------------+------------------------------------- +----------------------------+-------- | gsl | GNU Scientific Library + | package i+ | gsl-devel | Development files for the GNU Scient +ific Library | package | gsl-doc | Documentation for the GNU Scientific + Library | package | gsl-examples | Examples for the GNU Scientific Libr +ary | package | gsl-gnu-hpc | Dependency package for gsl_2_8_0-gnu +-hpc | package | gsl-gnu-hpc-devel | Dependency package for gsl_2_8_0-gnu +-hpc-devel | package | gsl-gnu-hpc-doc | Dependency package for gsl_2_8_0-gnu +-hpc-doc | package | gsl_2_8_0-gnu-hpc | GNU Scientific Library + | package | gsl_2_8_0-gnu-hpc-devel | Development files for the GNU Scient +ific Library | package | gsl_2_8_0-gnu-hpc-doc | Documentation for the GNU Scientific + Library | package | gsl_2_8_0-gnu-hpc-examples | Examples for the GNU Scientific Libr +ary | package | gsl_2_8_0-gnu-hpc-module | Module files for gsl_2_8_0-gnu-hpc + | package | libgsl-gnu-hpc | Dependency package for libgsl_2_8_0- +gnu-hpc | package i | libgsl28 | GNU Scientific Library + | package | libgsl_2_8_0-gnu-hpc | GNU Scientific Library + | package | libgslcblas-gnu-hpc | Dependency package for libgslcblas_2 +_8_0-gnu-hpc | package i | libgslcblas0 | A standard C language APIs for BLAS +from GNU Scientific Library | package | libgslcblas_2_8_0-gnu-hpc | A standard C language APIs for BLAS +from GNU Scientific Library | package | ms-gsl-devel | Development files for ms-gsl + | package | octave-forge-gsl | Octave bindings to the GNU Scientifi +c Library | package | python310-dogslow | A Django middleware that logs traceb +acks of slow requests | package | python311-dogslow | A Django middleware that logs traceb +acks of slow requests | package | python312-dogslow | A Django middleware that logs traceb +acks of slow requests | package

Not sure where to go from here. Been looking on line and through code and haven't found a solid solution to this yet. Advice is greatly appreciated here.


In reply to Math::GSL Install Fail by SifuSteve

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.