Re: [Mingw-w64-public] New Rubenvb GC 4.8.0 Personal build

2013-03-23 Thread K. Frank
Ruben - Thanks. On Sat, Mar 23, 2013 at 6:48 PM, Ruben Van Boxem wrote: > Op 23 mrt. 2013 23:30 schreef "K. Frank" het > volgende: >> >> Hi Ruben! >> ... >> > No sorry. I'll build an alternate toolchain this week. >> >> Okay, thanks. I'll keep my eyes open for it. >> >> A quick question: Just

Re: [Mingw-w64-public] New Rubenvb GC 4.8.0 Personal build

2013-03-23 Thread Ruben Van Boxem
Op 23 mrt. 2013 23:30 schreef "K. Frank" het volgende: > > Hi Ruben! > > On Sat, Mar 23, 2013 at 2:45 PM, Ruben Van Boxem > wrote: > > 2013/3/23 K. Frank > > > >> Hi Ruben! > >> Yay! Go Ruben! > >> > >> On Sat, Mar 23, 2013 at 12:49 PM, Ruben Van Boxem > >> wrote: > >> > Hi everyone, > >> > >

Re: [Mingw-w64-public] New Rubenvb GC 4.8.0 Personal build

2013-03-23 Thread K. Frank
Hi Ruben! On Sat, Mar 23, 2013 at 2:45 PM, Ruben Van Boxem wrote: > 2013/3/23 K. Frank > >> Hi Ruben! >> Yay! Go Ruben! >> >> On Sat, Mar 23, 2013 at 12:49 PM, Ruben Van Boxem >> wrote: >> > Hi everyone, >> > >> > I am glad to announce my GCC 4.8.0 build. The 64-bit version uses the >> > ... >

Re: [Mingw-w64-public] New Rubenvb GC 4.8.0 Personal build

2013-03-23 Thread Ruben Van Boxem
2013/3/23 K. Frank > Hi Ruben! > > Yay! Go Ruben! > > On Sat, Mar 23, 2013 at 12:49 PM, Ruben Van Boxem > wrote: > > Hi everyone, > > > > I am glad to announce my GCC 4.8.0 build. The 64-bit version uses the new > > seh implementation that replaces sjlj, this means GCC 4.8 is ABI > > incompatib

Re: [Mingw-w64-public] New Rubenvb GC 4.8.0 Personal build

2013-03-23 Thread K. Frank
Hi Ruben! Yay! Go Ruben! On Sat, Mar 23, 2013 at 12:49 PM, Ruben Van Boxem wrote: > Hi everyone, > > I am glad to announce my GCC 4.8.0 build. The 64-bit version uses the new > seh implementation that replaces sjlj, this means GCC 4.8 is ABI > incompatible with my other builds. It does mean nat

Re: [Mingw-w64-public] Using Python and Mingw64

2013-03-23 Thread Ray Donnelly
Me neither, but it's fairly high on my priorities list to try to get more of these patches merged. On Sat, Mar 23, 2013 at 6:14 PM, Ruben Van Boxem wrote: > Op 23 mrt. 2013 19:11 schreef "NightStrike" het > volgende: > > >> >> On Thu, Mar 14, 2013 at 9:37 PM, Ray Donnelly >> wrote: >> > Hi Rube

Re: [Mingw-w64-public] Using Python and Mingw64

2013-03-23 Thread Ruben Van Boxem
Op 23 mrt. 2013 19:11 schreef "NightStrike" het volgende: > > On Thu, Mar 14, 2013 at 9:37 PM, Ray Donnelly wrote: > > Hi Ruben. > > > > It would be great to have recruit you to the cause to get these merged. My > > experience in that regard has been a bit frustrating. I think the patches > > are

Re: [Mingw-w64-public] Using Python and Mingw64

2013-03-23 Thread NightStrike
On Thu, Mar 14, 2013 at 8:00 PM, Theuns Heydenrych wrote: > Hi sorry, i made references in the previous mail, to line numbers here is > the pastebin link to the cygwinccompiler.py http://pastebin.com/jucBgjpQ > One other thing , i configure Sip with > python configure.py DEFINES+=MS_WIN64 -p win32

Re: [Mingw-w64-public] Using Python and Mingw64

2013-03-23 Thread NightStrike
On Thu, Mar 14, 2013 at 9:37 PM, Ray Donnelly wrote: > Hi Ruben. > > It would be great to have recruit you to the cause to get these merged. My > experience in that regard has been a bit frustrating. I think the patches > are split up reasonably, except for the huge ones from Roumen Petrov. Due to

[Mingw-w64-public] New Rubenvb GC 4.8.0 Personal build

2013-03-23 Thread Ruben Van Boxem
Hi everyone, I am glad to announce my GCC 4.8.0 build. The 64-bit version uses the new seh implementation that replaces sjlj, this means GCC 4.8 is ABI incompatible with my other builds. It does mean native Win64 exception handling, which is faster than the old sjlj. I regret to say that 1. LTO i

Re: [Mingw-w64-public] GCC 4.8 and -fPIC warning being treated as error

2013-03-23 Thread Earnie Boyd
On Sat, Mar 23, 2013 at 3:52 AM, Ruben Van Boxem wrote: > 2013/3/23 Ruben Van Boxem >> >> Hi, >> >> I'm trying to get GCC 4.8 built, but I run into this error: >> libtool: compile: /home/ruben/mingw-w64/linux64mingw32/gcc/./gcc/xgcc >> -B/home/ruben/mingw-w64/linux64mingw32/gcc/./gcc/ >> -L/home

Re: [Mingw-w64-public] GCC 4.8 and -fPIC warning being treated as error

2013-03-23 Thread K. Frank
Hi Ruben! On Sat, Mar 23, 2013 at 3:47 AM, Ruben Van Boxem wrote: > Hi, > > I'm trying to get GCC 4.8 built, ... Is this a native windows 64-bit 4.8? Will it have SEH? Just asking, because (as you know) I am thinking about upgrading, and am thinking about what stuff it might make sense to wait

[Mingw-w64-public] building GCC with -flto

2013-03-23 Thread Ruben Van Boxem
Hi, Since people said it was possible, I tried. I also failed. I configured GCC 4.8.0 with [CCX,C,LD]FLAGS_FOR_TARGET="-flto", and got this error when building libgcc: ln -s -f libgcc.map libgcc.map.def && if [ ! -d ./shlib ]; then mkdir ./shlib; else true; fi && /home/ruben/mingw-w64/linux64ming

Re: [Mingw-w64-public] GCC 4.8 and -fPIC warning being treated as error

2013-03-23 Thread Ruben Van Boxem
2013/3/23 Ruben Van Boxem > Hi, > > I'm trying to get GCC 4.8 built, but I run into this error: > libtool: compile: /home/ruben/mingw-w64/linux64mingw32/gcc/./gcc/xgcc > -B/home/ruben/mingw-w64/linux64mingw32/gcc/./gcc/ > -L/home/ruben/mingw-w64/linux64mingw32/mingw32/i686-w64-mingw32/lib > -L/h

[Mingw-w64-public] GCC 4.8 and -fPIC warning being treated as error

2013-03-23 Thread Ruben Van Boxem
Hi, I'm trying to get GCC 4.8 built, but I run into this error: libtool: compile: /home/ruben/mingw-w64/linux64mingw32/gcc/./gcc/xgcc -B/home/ruben/mingw-w64/linux64mingw32/gcc/./gcc/ -L/home/ruben/mingw-w64/linux64mingw32/mingw32/i686-w64-mingw32/lib -L/home/ruben/mingw-w64/linux64mingw32/mingw3