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

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

  • Comment on Re^3: library management in XS ( MakeMaker )

Replies are listed 'Best First'.
Re^4: library management in XS ( MakeMaker )
by pdupre (Acolyte) on Aug 05, 2016 at 18:04 UTC

    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