Re: [Mingw-w64-public] difference betwen host=x86 - > target=x86_64 and host=x86_64 - target=x86_64

2011-11-30 Thread Ruben Van Boxem
Op 30 nov. 2011 21:07 schreef "Thomas Stover" het volgende: > > Also running x86 on x86_64 requires the presence of 32bit runtime > libraries. Usually trivial, but on occasion can be the source of a > headache. Not on Windows, no reason to ask the question for Linux. I prefer x64 to x64 only nat

Re: [Mingw-w64-public] difference betwen host=x86 - > target=x86_64 and host=x86_64 - target=x86_64

2011-11-30 Thread Thomas Stover
Also running x86 on x86_64 requires the presence of 32bit runtime libraries. Usually trivial, but on occasion can be the source of a headache. -- www.thomasstover.com -- All the data continuously generated in your IT inf

Re: [Mingw-w64-public] difference betwen host=x86 - target=x86_64 and host=x86_64 - target=x86_64

2011-11-30 Thread xunxun
于 2011/12/1 3:23, niXman 写道: > I suppose to build such variants: 1)host=x86 - target=x86/x86_64, > 2)host=x86_64 - target=x86_64. This should cover all the needs of > users. missing host=x86_64 target=x86 ;-) But I only enjoy host and target is the same except linux to windows cross compile. :-)

Re: [Mingw-w64-public] difference betwen host=x86 - target=x86_64 and host=x86_64 - target=x86_64

2011-11-30 Thread Ozkan Sezer
On Wed, Nov 30, 2011 at 9:23 PM, niXman wrote: > Thanks all! > > You all probably know about my project of MinGW builds: > http://code.google.com/p/mingw-builds/ > > On the Russian forums where I posted the information about the > project, users ask for x86_64 builds. So I began to think about whi

Re: [Mingw-w64-public] difference betwen host=x86 - target=x86_64 and host=x86_64 - target=x86_64

2011-11-30 Thread niXman
Thanks all! You all probably know about my project of MinGW builds: http://code.google.com/p/mingw-builds/ On the Russian forums where I posted the information about the project, users ask for x86_64 builds. So I began to think about which exactly to build. I suppose to build such variants: 1)ho

Re: [Mingw-w64-public] difference betwen host=x86 - target=x86_64 and host=x86_64 - target=x86_64

2011-11-30 Thread Ruben Van Boxem
Op 30 nov. 2011 18:41 schreef "niXman" het volgende: > > Hi all. > > Please tell me, is there any point to build MinGW for x86_64 host? > What advantages does it offer in comparison with the MinGW built with > host=x86 - target=x86_64 and running on x86_64? For GCC, it means there will be non-pre

Re: [Mingw-w64-public] difference betwen host=x86 - target=x86_64 and host=x86_64 - target=x86_64

2011-11-30 Thread Kai Tietz
2011/11/30 niXman : > Hi all. > > Please tell me, is there any point to build MinGW for x86_64 host? > What advantages does it offer in comparison with the MinGW built with > host=x86 - target=x86_64 and running on x86_64? > > Regards. Well, in general a cross-environment is fine for most purposes

Re: [Mingw-w64-public] difference betwen host=x86 - target=x86_64 and host=x86_64 - target=x86_64

2011-11-30 Thread xunxun
于 2011/12/1 1:41, niXman 写道: > Hi all. > > Please tell me, is there any point to build MinGW for x86_64 host? You should at first build binutils host=x86 target=x86_64 > What advantages does it offer in comparison with the MinGW built with > host=x86 - target=x86_64 and running on x86_64? The only

[Mingw-w64-public] difference betwen host=x86 - target=x86_64 and host=x86_64 - target=x86_64

2011-11-30 Thread niXman
Hi all. Please tell me, is there any point to build MinGW for x86_64 host? What advantages does it offer in comparison with the MinGW built with host=x86 - target=x86_64 and running on x86_64? Regards. -- All the data co

Re: [Mingw-w64-public] Strange gettext-0.18.1.1 compile error on gcc 4.6 for mingw-w64 snapshot (20111122)

2011-11-30 Thread Earnie
JonY wrote: > On 11/30/2011 18:03, Dongsheng Song wrote: >> /bin/sh ../libtool --tag=CXX --mode=compile : -DHAVE_CONFIG_H >> -DEXEEXT=\".exe\" -DEXEEXT=\".exe\" -DEXEEXT=\".exe\" -I. -I.. >> -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 >> -DDEPENDS_ON_LIBINTL=1 -DLIBXML_STATIC -I../int

Re: [Mingw-w64-public] winpthreads svn 4642 issue

2011-11-30 Thread Ruben Van Boxem
2011/11/30 Ozkan Sezer > On Wed, Nov 30, 2011 at 12:20 PM, Ruben Van Boxem > wrote: > > 2011/11/29 Ozkan Sezer > >> > >> On Tue, Nov 29, 2011 at 6:41 PM, Ruben Van Boxem > >> wrote: > >> > 2011/11/29 xunxun > >> >> > >> >> winpthreads svn 4642 add a header file called pthread_compat.h, but >

Re: [Mingw-w64-public] Strange gettext-0.18.1.1 compile error on gcc 4.6 for mingw-w64 snapshot (20111122)

2011-11-30 Thread Dongsheng Song
No, I build on the Linux machine. On Wed, Nov 30, 2011 at 18:45, JonY wrote: > On 11/30/2011 18:03, Dongsheng Song wrote: > > Hi all, > > > > Here is the build steps: > > > > $ cd ${HOME}/tmp/libiconv > > $ ${HOME}/src/libiconv-1.14/configure --prefix=${HOME}/tmp/w32 > > --host=i686-w64-mingw32

Re: [Mingw-w64-public] winpthreads svn 4642 issue

2011-11-30 Thread Ozkan Sezer
On Wed, Nov 30, 2011 at 12:20 PM, Ruben Van Boxem wrote: > 2011/11/29 Ozkan Sezer >> >> On Tue, Nov 29, 2011 at 6:41 PM, Ruben Van Boxem >> wrote: >> > 2011/11/29 xunxun >> >> >> >> winpthreads svn 4642 add a header file called pthread_compat.h, but is >> >> missing in makefile.in when installi

Re: [Mingw-w64-public] Strange gettext-0.18.1.1 compile error on gcc 4.6 for mingw-w64 snapshot (20111122)

2011-11-30 Thread JonY
On 11/30/2011 18:03, Dongsheng Song wrote: > Hi all, > > Here is the build steps: > > $ cd ${HOME}/tmp/libiconv > $ ${HOME}/src/libiconv-1.14/configure --prefix=${HOME}/tmp/w32 > --host=i686-w64-mingw32 --disable-static --disable-nls > $ make > $ make install > > $ cd ${HOME}/tmp/gettext > $ ${H

Re: [Mingw-w64-public] winpthreads svn 4642 issue

2011-11-30 Thread Ruben Van Boxem
2011/11/29 Ozkan Sezer > On Tue, Nov 29, 2011 at 6:41 PM, Ruben Van Boxem > wrote: > > 2011/11/29 xunxun > >> > >> winpthreads svn 4642 add a header file called pthread_compat.h, but is > >> missing in makefile.in when installing. > > > > > > You are correct, I missed that. > > > > Could someon

[Mingw-w64-public] Strange gettext-0.18.1.1 compile error on gcc 4.6 for mingw-w64 snapshot (20111122)

2011-11-30 Thread Dongsheng Song
Hi all, Here is the build steps: $ cd ${HOME}/tmp/libiconv $ ${HOME}/src/libiconv-1.14/configure --prefix=${HOME}/tmp/w32 --host=i686-w64-mingw32 --disable-static --disable-nls $ make $ make install $ cd ${HOME}/tmp/gettext $ ${HOME}/src/gettext-0.18.1.1/configure --prefix=${HOME}/tmp/w32 --host