Re: [Mingw-users] What's the relationship between GCC and MinGW - Mailing list pgsql-hackers

From JonY
Subject Re: [Mingw-users] What's the relationship between GCC and MinGW
Date
Msg-id 4D4146B9.8070707@users.sourceforge.net
Whole thread Raw
In response to Re: [Mingw-users] What's the relationship between GCC and MinGW  (Xiaobo Gu <guxiaobo1982@gmail.com>)
List pgsql-hackers
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 1/27/2011 14:43, Xiaobo Gu wrote:
>> On 1/27/2011 11:02, Xiaobo Gu wrote:
>>> MSYS does not provide GCC, it only provides some UNIX like tools on
>>> Windows to emulate the *NIX environment.
>>>
>>
>> Yes it does, you are using it.
>
> OK, my fault, I now adjust the environments of my two computers(one is
> 32bit Windows XP SP3, the other one is 64bit Windows 7 Home basic) to
> the same setup layout:
> 1.MinGW64 is installed into D:\Amber\Devtool\MinGW64-1.0-20100913;
> 2.MSYS in installed into D:\Amber\Devtool\msys
> 3.Add D:/Amber/Devtool/MinGW64-1.0-20100913 /mingw to
> D:\Amber\Devtool\msys\etc\fstab
> 4. PostgreSQL source code is in D:\Amber\devproj\postgresql-9.0.2
>
>>From the MSYS sh prompt(D:\Amber\Devtool\msys\msys.bat), I do the following:
> 1. gcc -v
>   sh: gcc: command not found
> 2. configure --without-zlib --host=x86_64-w64-mingw32
> --with-system-tzdata=/usr/share/zoneinfo
> The content of config.log file is as following:

Next time, please post your giant file as an attachment instead of inline.

Looks like accept() detection doesn't work. You'll have to compare
accept() declaration to the list of prototypes configure attempts to test.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (MingW32)

iEYEARECAAYFAk1BRrkACgkQp56AKe10wHcrQACfZiHJjF1qfccF3Va83wrW+gJ4
dPcAn2amjoamy2mcDSpoRzpJzjXS/na3
=n6Mt
-----END PGP SIGNATURE-----

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: ALTER TYPE 3: add facility to identify further no-work cases
Next
From: Xiaobo Gu
Date:
Subject: Re: Is there a way to build PostgreSQL client libraries with MinGW