Re: [Mingw-w64-public] GCC 5.2 with JIT language frontend

2015-07-30 Thread Hayden Livingston
gcc-5.2.0' Makefile:879: recipe for target 'all' failed make: *** [all] Error 2 On Thu, Jul 30, 2015 at 3:36 AM, Hayden Livingston wrote: > Awesome, going to try that, btw I think it also needs > --enable-host-shared, but I'll try with your suggestion only and see > where I

Re: [Mingw-w64-public] GCC 5.2 with JIT language frontend

2015-07-30 Thread Hayden Livingston
Awesome, going to try that, btw I think it also needs --enable-host-shared, but I'll try with your suggestion only and see where I get. On Thu, Jul 30, 2015 at 3:28 AM, niXman wrote: > Hayden Livingston 2015-07-30 13:19: >> Hi, >> >> I couldn't see an option to e

Re: [Mingw-w64-public] GCC 5.2 with JIT language frontend

2015-07-30 Thread Hayden Livingston
Hi, I couldn't see an option to enable jit, it's not on the repo or are you saying if I pass it your script will still work? On Thu, Jul 30, 2015 at 3:07 AM, niXman wrote: > Hayden Livingston 2015-07-30 05:56: > > Hi, > >> Are you saying that this is a way to get a

Re: [Mingw-w64-public] GCC 5.2 with JIT language frontend

2015-07-29 Thread Hayden Livingston
hi niXman, Are you saying that this is a way to get a windows 64-bit build? Or are you saying you've got JIT frontend working? On Wed, Jul 29, 2015 at 4:07 PM, niXman wrote: > Hayden Livingston 2015-07-29 15:59: >> Hello all, >> >> I'm trying to get GCC 5.2

[Mingw-w64-public] GCC 5.2 with JIT language frontend

2015-07-29 Thread Hayden Livingston
Hello all, I'm trying to get GCC 5.2 to build with the JIT language frontend. Apparently I'm the only person who is trying to do this (JIT language was started in 5.1) What's the recommended way to proceed your first build? Cygwin? MSYS2? I tried this a few months ago and things didn't work out

[Mingw-w64-public] Building GCC 5.1 with --enable-host-shared --enable-languages=jit --disable-bootstrap

2015-04-24 Thread Hayden Livingston
Hey folks, I was wondering has anybody tried building GCC 5.1 with the new JIT language support. I tried and it failed, but I'm admittedly a noob in buiding GCC on Windows. Are there instructions using MingW-w64? I've downloaded everything, but I keep getting make errors like (libiberty.a is ne