http://www.perlmonks.org?node_id=1014181


in reply to Re^4: MakeMaker and Library filename extensions ( :nosearch )
in thread MakeMaker and Library filename extensions

Why would one NOT want to improve their Makefile.PL ... That would be utterly ignorant!

Well, over the last decade i've seen hundreds try to improve their Makefile.PL, all they do is break INC=/LIBS=/postamble, and require my manual intervention beyond specifying INC/LIBS

Sure things have gotten lots better since the advent strawberryperl came along, but its hard job , there are way too many platform/compiler combinations, bugs are easy to make

Take a look inside Alien::, inside Alien::SDL, Alien::wxWidgets, XML::LibXML, and check the bug cue -- reinventing sh configure is hard work, everyone does it differently, there is a lot to be said for KISS

It has, The following log bits would beg to differ ... Think I got all logical and a couple illogical permutations covered ...

Nope, read Re^5: h2xs on Windows, it has always accepted them, before :nosearch liblist would leave them alone, but since :nosearch it doesn't leave them alone unless you use :nosearch

  • Comment on Re^5: MakeMaker and Library filename extensions ( :nosearch )

Replies are listed 'Best First'.
Re^6: MakeMaker and Library filename extensions ( :nosearch )
by Anonymous Monk on Jan 22, 2013 at 00:35 UTC
    Well, over the last decade i've seen hundreds try to improve their Makefile.PL, all they do is break INC=/LIBS=/postamble, and require my manual intervention beyond specifying INC/LIBS

    Sounds like a personal problem ...

    there are way too many platform/compiler combinations, bugs are easy to make

    Agreed, And that is exactly why a Dumb MakeMaker is a Smart MakeMaker!

    Take a look inside Alien::, inside Alien::SDL, Alien::wxWidgets, XML::LibXML, and check the bug cue -- reinventing sh configure is hard work

    Sorry, But I could really care less about others workload, I have my own to worry about.

    there is a lot to be said for KISS

    Love their music ... However, Keeping It Stupid Simple is my point, it's not, it's trying to be smart and failing!

    Nope, read Re^5: h2xs on Windows, it has always accepted them, before :nosearch liblist would leave them alone, but since :nosearch it doesn't leave them alone unless you use :nosearch

    The code in Kid.pm::_unix_os2_ext says you are wrong ...
    I'm not on Windows so I could care less how it functions on Windows.

    -Enjoy

      ... Agreed, And that is exactly why a Dumb MakeMaker is a Smart MakeMaker! ... so I could care less ...

      me too