![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re^3: EU::MM again.by syphilis (Archbishop) |
on Mar 25, 2009 at 22:20 UTC ( #753273=note: print w/replies, xml ) | Need Help?? |
how (and where/when) does -lpq get manipulated to cause it to add the reference to -llibpq You compiler (cl) doesn't understand the -l switch, so MakeMaker converts the -lpq to libpq.lib in order that your compiler will be able to make use of it. Changing the -lpq to -lpq64 in the LIBS assignment should fix things for you. Cheers, Rob
In Section
Seekers of Perl Wisdom
|
|