Re: [Mingw-w64-public] [Mingw-users] cross compiler for mingw on linux

2011-05-03 Thread JonY
On 5/4/2011 00:06, Bj Raz wrote: > I am trying to build a cross compiler to build Windows exes on linux, > I have looked for help and found this: > http://gcc.gnu.org/ml/gcc-bugs/2009-04/msg01029.html > > this messages gives a document on "mingw-w64-howto-build" that no > longer exists on sourcefo

Re: [Mingw-w64-public] building libiconv with a i686-w64-mingw32 linux autobuild

2011-05-03 Thread Ruben Van Boxem
2011/5/3 Ozkan Sezer > On Tue, May 3, 2011 at 8:14 PM, Ruben Van Boxem > wrote: > > Using mingw-w32-1.0-bin_i686-linux_20110502.tar.bz2, and this configure > to > > libiconv: > > > >> configure --host=i686-w64-mingw32 --build=x86_64-gnu-linux > >> --prefix=/home/ruben/Development/x86/libs --enab

Re: [Mingw-w64-public] building libiconv with a i686-w64-mingw32 linux autobuild

2011-05-03 Thread Ozkan Sezer
On Tue, May 3, 2011 at 8:14 PM, Ruben Van Boxem wrote: > Using mingw-w32-1.0-bin_i686-linux_20110502.tar.bz2, and this configure to > libiconv: > >> configure --host=i686-w64-mingw32 --build=x86_64-gnu-linux >> --prefix=/home/ruben/Development/x86/libs --enable-shared >> CFLAGS='-mtune=core2 -fomi

[Mingw-w64-public] building libiconv with a i686-w64-mingw32 linux autobuild

2011-05-03 Thread Ruben Van Boxem
Using mingw-w32-1.0-bin_i686-linux_20110502.tar.bz2, and this configure to libiconv: > configure --host=i686-w64-mingw32 --build=x86_64-gnu-linux --prefix=/home/ruben/Development/x86/libs --enable-shared CFLAGS='-mtune=core2 -fomit-frame-pointer -momit-leaf-frame-pointer' I get this in the "make"

Re: [Mingw-w64-public] [Mingw-users] Math library discrepancies that surprised me.

2011-05-03 Thread K. Frank
Hello Kai and Everybody! A couple of comments about whether to use special cases for pow (x, y) for things like y = 0.5 or y = integer... On Tue, May 3, 2011 at 6:58 AM, Kai Tietz wrote: > 2011/5/3 Peter Rockett : >> On 03/05/2011 10:11, Kai Tietz wrote: >> ... >> The reason is not introducing a

Re: [Mingw-w64-public] Rubenvb 4.6.1 (prerelease) x86_64 personal build

2011-05-03 Thread NightStrike
On Tue, May 3, 2011 at 8:25 AM, Ruben Van Boxem wrote: > 2011/5/3 NightStrike >> >> On Tue, May 3, 2011 at 8:21 AM, Ruben Van Boxem >> wrote: >> > >> > Op 3 mei 2011 14:17 schreef "NightStrike" het >> > volgende: >> > >> >> >> >> Do you use our makefile? >> > >> > No, sorry. I made my own scrip

Re: [Mingw-w64-public] Rubenvb 4.6.1 (prerelease) x86_64 personal build

2011-05-03 Thread Ruben Van Boxem
2011/5/3 NightStrike > On Tue, May 3, 2011 at 8:21 AM, Ruben Van Boxem > wrote: > > > > Op 3 mei 2011 14:17 schreef "NightStrike" het > > volgende: > > > >> > >> Do you use our makefile? > > > > No, sorry. I made my own scripts to handle everything. I just fail to > > understand how my Canadian

Re: [Mingw-w64-public] Rubenvb 4.6.1 (prerelease) x86_64 personal build

2011-05-03 Thread NightStrike
On Tue, May 3, 2011 at 8:21 AM, Ruben Van Boxem wrote: > > Op 3 mei 2011 14:17 schreef "NightStrike" het > volgende: > >> >> Do you use our makefile? > > No, sorry. I made my own scripts to handle everything. I just fail to > understand how my Canadian cross is mixing libgcc's. Does this have any

Re: [Mingw-w64-public] Rubenvb 4.6.1 (prerelease) x86_64 personal build

2011-05-03 Thread Ruben Van Boxem
Op 3 mei 2011 14:17 schreef "NightStrike" het volgende: > > Do you use our makefile? No, sorry. I made my own scripts to handle everything. I just fail to understand how my Canadian cross is mixing libgcc's. Does this have anything to do with "--enable-version-specific-runtime-libs", which I coul

Re: [Mingw-w64-public] Rubenvb 4.6.1 (prerelease) x86_64 personal build

2011-05-03 Thread NightStrike
Do you use our makefile? On Tue, May 3, 2011 at 6:10 AM, Ruben Van Boxem wrote: > Well, what I do is use the GCC in Ubuntu's repository to build binutils and > GCC targeting Windows. The crt for that cross-compiler is built using that > same new compiler. Then I build everything needed for a nati

Re: [Mingw-w64-public] [Mingw-users] Math library discrepancies that surprised me.

2011-05-03 Thread Kai Tietz
2011/5/3 Peter Rockett : > On 03/05/2011 10:11, Kai Tietz wrote: >> 2011/5/3 JonY: >>> On 5/3/2011 04:05, Kai Tietz wrote: 2011/5/2 Peter Rockett: > On 02/05/2011 17:00, Keith Marshall wrote: >> On 02/05/11 16:30, Charles Wilson wrote: So, we would like sqrt (x) and pow (x, 0.

Re: [Mingw-w64-public] Rubenvb 4.6.1 (prerelease) x86_64 personal build

2011-05-03 Thread Kai Tietz
2011/5/3 Ruben Van Boxem : > Well, what I do is use the GCC in Ubuntu's repository to build binutils and > GCC targeting Windows. The crt for that cross-compiler is built using that > same new compiler. Then I build everything needed for a native one with that > cross-compiler. All these things are

Re: [Mingw-w64-public] Rubenvb 4.6.1 (prerelease) x86_64 personal build

2011-05-03 Thread Ruben Van Boxem
Well, what I do is use the GCC in Ubuntu's repository to build binutils and GCC targeting Windows. The crt for that cross-compiler is built using that same new compiler. Then I build everything needed for a native one with that cross-compiler. All these things are built using the same version of GC

Re: [Mingw-w64-public] Rubenvb 4.6.1 (prerelease) x86_64 personal build

2011-05-03 Thread Kai Tietz
2011/5/3 Ruben Van Boxem : > Hi all, > > I have released a GCC 4.6.1 (prerelease) build with mingw-w64 trunk. It > should work, if there are any problems, please contact me (via this mailing > list). > > Some problems I ran into (for the devs): > > 1. "--enable-version-specific-runtime-libs" causes

Re: [Mingw-w64-public] [Mingw-users] Math library discrepancies that surprised me.

2011-05-03 Thread Kai Tietz
2011/5/3 JonY : > On 5/3/2011 04:05, Kai Tietz wrote: >> 2011/5/2 Peter Rockett : >>> On 02/05/2011 17:00, Keith Marshall wrote: On 02/05/11 16:30, Charles Wilson wrote: >> So, we would like sqrt (x) and pow (x, 0.5) to agree. >>> >>> The point below about off-topic diversions into precisi

[Mingw-w64-public] Rubenvb 4.6.1 (prerelease) x86_64 personal build

2011-05-03 Thread Ruben Van Boxem
Hi all, I have released a GCC 4.6.1 (prerelease) build with mingw-w64 trunk. It should work, if there are any problems, please contact me (via this mailing list). Some problems I ran into (for the devs): 1. "--enable-version-specific-runtime-libs" causes the g++ link stage of any program to fail