Fwd: EU::MM LIBS winnowed too-early at .PL-time?
David Golden <[email protected]> Wed, 9 Jun 2010 15:42:46 -0400
| Newsgroups | gmane.comp.lang.perl.modules.extutils-makemaker.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm forwarding to the [email protected] list, as this is not likely to be of general interest to all module authors. -- David ---------- Forwarded message ---------- From: Joshua ben Jore <[email protected]> Date: Wed, Jun 9, 2010 at 3:22 PM Subject: EU::MM LIBS winnowed too-early at .PL-time? To: Perl Module-Authors <[email protected]> Hi, In Judy I have a PREREQ_PM using Alien::Judy which by it's action installs libJudy.so and Judy.h. I also have a LIBS and INC which refer to the thing being installed. It appears that my Makefile.PL's LIBS argument is being tossed because the specified directories and their contents don't exist but *will* by the time it will be actually used. PREREQ_PM => { 'Alien::Judy' => 0 }, INC => "-I$Config{sitearch}/Alien/Judy", LIBS => "-L$Config{sitearch}/Alien/Judy -lJudy" Can I get EU::MM to stop filtering my LIBS for me? Josh