in reply to library management in XS

Math::GSL doesn't use a Makefile.PL

What are you talking about?

  • Comment on Re: library management in XS ( Math::GSL )

Replies are listed 'Best First'.
Re^2: library management in XS ( Math::GSL )
by pdupre (Acolyte) on Aug 05, 2016 at 17:42 UTC

    I am talking about my own applications using both Math:GSL and gsl

    Patrick Dupre

      Ok,

      Regular ExtUtils::MakeMaker will not edit/update/modify the generated Makefile when you run "make"

      If this is what happens then its a bug, either in MakeMaker or your Makefile.PL

      I suggest you try that again with the very latest version of ExtUtils::MakeMaker,

      and post some code, maybe a minimal example like SOso-0.01.patch.txt

        I am using perl-ExtUtils-MakeMaker-7.10-4.fc24

        Actually, it seems that my specific problem (not the generation of the Makefile by make) is solved by using make static!

        Patrick Dupre