Re: Building with MinGW issue

From: Muhammad Bashir Al-Noimi <mbnoimi(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Building with MinGW issue
Date: 2013-09-27 20:03:57
Message-ID: 5245E4AD.3080109@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/27/2013 05:04 AM, John R Pierce wrote:
> why does the compiler matter for a precompiled binary?
I want to link Postgresql client to my application statically so I've to
use precompiled binaries built by same compiler (in my case I'm using MinGW)

Default precompiled binaries of Postgresql built by MSVC ( libpq.lib and
libpq.dll )!!!

--
Best Regards,
Muhammad Bashir Al-Noimi

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Muhammad Bashir Al-Noimi 2013-09-27 20:05:41 Re: Building with MinGW issue
Previous Message John R Pierce 2013-09-27 19:58:09 Re: Creating Primary Key after CREATE TABLE: Is Sequence created?