Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-05 Thread Torbjorn Granlund
JonY writes: GMP is misusing the --host option for detecting CPU optimization levels I don't think it is doing that. It used -O2 for all CPUs, I think. (Why not just use --with-arch=XXX?). Can anybody explain why is it doing something like that? I am not sure I follow you. GMP detects

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-05 Thread Torbjorn Granlund
"Sisyphus" writes: During make check: libtool: link: x86_64-w64-mingw32-gcc -O2 -pedantic -m64 -std=gnu99 -mtune=k8 -march=k8 -o t-locale.exe t-locale.o ../../tests/.libs/libtests.a /c/_64/comp/gmp-5.0.90-20110704/.libs/libgmp.a ../../.libs/libgmp.a

Re: [Mingw-w64-public] [wincrypt.h] Missing: MS_ENH_RSA_AES_PROV_XP

2011-07-05 Thread Ozkan Sezer
On Wed, Jul 6, 2011 at 8:48 AM, Alon Bar-Lev wrote: > Oh... I can provide the exact syntax from wincrypt.h: > Please don't. > > On Wed, Jul 6, 2011 at 12:03 AM, Ozkan Sezer wrote: >> On Tue, Jul 5, 2011 at 11:41 PM, Alon Bar-Lev wrote: >>> Hello, >>> >>> XP have different name for the AES pr

Re: [Mingw-w64-public] [wincrypt.h] Missing: MS_ENH_RSA_AES_PROV_XP

2011-07-05 Thread Alon Bar-Lev
Oh... I can provide the exact syntax from wincrypt.h: #if (NTDDI_VERSION >= NTDDI_WINXP) #define MS_ENH_RSA_AES_PROV_A "Microsoft Enhanced RSA and AES Cryptographic Provider" #define MS_ENH_RSA_AES_PROV_W L"Microsoft Enhanced RSA and AES Cryptographic Provider" #define MS_ENH_RSA_AES_PROV_XP_A

Re: [Mingw-w64-public] [wincrypt.h] Missing: MS_ENH_RSA_AES_PROV_XP

2011-07-05 Thread Ozkan Sezer
On Tue, Jul 5, 2011 at 11:41 PM, Alon Bar-Lev wrote: > Hello, > > XP have different name for the AES provider. > --- >    #define MS_ENH_RSA_AES_PROV_XP_A \ >        "Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype)" >    #define MS_ENH_RSA_AES_PROV_XP_W \ >        L"Microsoft Enh

[Mingw-w64-public] [wincrypt.h] Missing: MS_ENH_RSA_AES_PROV_XP

2011-07-05 Thread Alon Bar-Lev
Hello, XP have different name for the AES provider. --- #define MS_ENH_RSA_AES_PROV_XP_A \ "Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype)" #define MS_ENH_RSA_AES_PROV_XP_W \ L"Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype)" --- This d

Re: [Mingw-w64-public] [Mingw-users] Fwd: building gcc

2011-07-05 Thread JonY
On 7/6/2011 01:25, Bj Raz wrote: > No, I'm on linux, building an environment that will make a another > envronment that I will use on Windows. > In that case, try strace to see why it isn't starting. I thought you don't have Linux running because its "too new". >> >> >> One would assume

Re: [Mingw-w64-public] [Mingw-users] Fwd: building gcc

2011-07-05 Thread Bj Raz
On Tue, Jul 5, 2011 at 1:25 PM, Bj Raz wrote: > On Tue, Jul 5, 2011 at 7:05 AM, JonY wrote: > >> On 7/5/2011 17:29, Bj Raz wrote: >> > On Tue, Jul 5, 2011 at 5:05 AM, Bj Raz wrote: >> > >> >> On Tue, Jul 5, 2011 at 4:58 AM, Bj Raz >> wrote: >> >> >> >>> On Tue, Jul 5, 2011 at 4:03 AM, JonY >>

Re: [Mingw-w64-public] [Mingw-users] Fwd: building gcc

2011-07-05 Thread Bj Raz
On Tue, Jul 5, 2011 at 7:05 AM, JonY wrote: > On 7/5/2011 17:29, Bj Raz wrote: > > On Tue, Jul 5, 2011 at 5:05 AM, Bj Raz wrote: > > > >> On Tue, Jul 5, 2011 at 4:58 AM, Bj Raz wrote: > >> > >>> On Tue, Jul 5, 2011 at 4:03 AM, JonY > wrote: > >>> > On 7/5/2011 15:04, Bj Raz wrote: > >

[Mingw-w64-public] float.h patch to accomodate Clang

2011-07-05 Thread Ruben Van Boxem
Hi, Attached is a small patch to add detection of Clang's float.h header in mingw-w64's float.h. Clang's header now #include-next's float.h, so this needs to be added on mingw-w64 side (and probably mingw.org side, but I can't seem to locate their source repository...). Once this is in, you guys

Re: [Mingw-w64-public] [Mingw-users] Libstdc++ extension to accept wchar_t* arguments

2011-07-05 Thread Ruben Van Boxem
2011/7/5 Kai Tietz : > 2011/7/5 Earnie : >> Ruben Van Boxem wrote: >>> Apologies for the double email, but it seems I forgot half of the >>> community... >>> >>> Please reply-to-all so everyone is able to follow the discussion. Thanks! >>> My original submission with the patch is here: >

Re: [Mingw-w64-public] [Mingw-users] Libstdc++ extension to accept wchar_t* arguments

2011-07-05 Thread Kai Tietz
2011/7/5 Earnie : > Ruben Van Boxem wrote: >> Apologies for the double email, but it seems I forgot half of the >> community... >> >> Please reply-to-all so everyone is able to follow the discussion. Thanks! >> >>> >>> My original submission with the patch is here: >>> http://gcc.gnu.org/ml/libstd

Re: [Mingw-w64-public] [Mingw-users] Libstdc++ extension to accept wchar_t* arguments

2011-07-05 Thread Earnie
Ruben Van Boxem wrote: > Apologies for the double email, but it seems I forgot half of the community... > > Please reply-to-all so everyone is able to follow the discussion. Thanks! > >> >> My original submission with the patch is here: >> http://gcc.gnu.org/ml/libstdc++/2011-06/msg00066.html >>

Re: [Mingw-w64-public] [Mingw-users] Fwd: building gcc

2011-07-05 Thread JonY
On 7/5/2011 17:29, Bj Raz wrote: > On Tue, Jul 5, 2011 at 5:05 AM, Bj Raz wrote: > >> On Tue, Jul 5, 2011 at 4:58 AM, Bj Raz wrote: >> >>> On Tue, Jul 5, 2011 at 4:03 AM, JonY wrote: >>> On 7/5/2011 15:04, Bj Raz wrote: > On Mon, Jul 4, 2011 at 9:01 PM, JonY wrote: > >> O