in reply to Re: library management in XS ( Math::GSL )
in thread library management in XS

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

Patrick Dupre
  • Comment on Re^2: library management in XS ( Math::GSL )

Replies are listed 'Best First'.
Re^3: library management in XS ( MakeMaker )
by Anonymous Monk on Aug 05, 2016 at 17:56 UTC

    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