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

From: JonY <jon_y(at)users(dot)sourceforge(dot)net>
To: MinGW Users List <mingw-users(at)lists(dot)sourceforge(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [Mingw-users] What's the relationship between GCC and MinGW
Date: 2011-01-27 10:19:37
Message-ID: 4D4146B9.8070707@users.sourceforge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0xED74C077.asc application/pgp-keys 1.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Boszormenyi Zoltan 2011-01-27 10:21:44 make -j2 error in ecpg/pgtypeslib in current GIT
Previous Message Nicolas Barbier 2011-01-27 10:09:41 Re: Re: In pg_test_fsync, use K(1024) rather than k(1000) for write size units.