Re: connecting using libpq breaks printf

From: Joey Morris <rjmorris(at)nc(dot)rr(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: connecting using libpq breaks printf
Date: 2009-02-18 16:10:25
Message-ID: 20090218161025.GA23731@conquistador.dnsalias.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Aurimas Černius <aurisc4(at)gmail(dot)com> wrote on Wed, Feb 18, 2009 at 05:01:14PM +0200:
> Did you use *exactly* the same command line to compile both versions?
> What is that command line(s)?

Yes, I used the same compilation command line for both versions:

gcc -o pq_test -I"C:\Program Files\PostgreSQL\8.3\include" -L"C:\Program Files\PostgreSQL\8.3\lib" -lpq pq_test.c

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joey Morris 2009-02-18 16:25:27 Re: connecting using libpq breaks printf
Previous Message Joey Morris 2009-02-18 16:08:22 Re: connecting using libpq breaks printf