I've been trying to install DBD::Pg on a 64-bit AS Perl.

Using the makefile.pl generated makefile, the compile works, but the link step fails because it is trying to use the 32-bit libpq.lib.

I've built 64-bit versions of these and succeeded in linking against them manually to produce a DBD::Pg that works, but I cannot work out how to modify the makefile.pl to incorporate the changes.

Essentially all that needs to be done is to change the link step reference from libpq.lib to libpq64.lib, but I'll be damned if I can work out how the makefile.pl picks up/generates the references to libpq.lib.

Can anyone offer pointers?

For a full patch, it would also be necessary to make the generated reference--libpq.lib vs. libpq64.lib--dependant upon the flavour of Perl it is being generated for. Clues how to go about that also appreciated.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."

In reply to EU::MM again. by BrowserUk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.