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

2015-07-31 Thread niXman
Hayden Livingston 2015-07-30 21:19: > Hi, > > I'm getting this error from make, and have no idea how to fix it? I > got this previously as well, when I tried to build GCC without using > your build scripts. > > Searching around it says that maybe it is related to not configuring > the right direc

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

2015-07-30 Thread Hayden Livingston
Hi, I'm getting this error from make, and have no idea how to fix it? I got this previously as well, when I tried to build GCC without using your build scripts. Searching around it says that maybe it is related to not configuring the right directory, but I'm positive I've done it correctly and al

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 enable jit, it's not on the repo or

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

2015-07-30 Thread niXman
Hayden Livingston 2015-07-30 13:19: > 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? Yes, you should to add the 'jit' here(for gcc-5.2): https://github.com/niXman/mingw-builds/blob/develop/scripts/gcc-5.2.0.sh#L82

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 windows 64-bit build? > Yes,

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

2015-07-30 Thread niXman
Hayden Livingston 2015-07-30 05:56: Hi, > Are you saying that this is a way to get a windows 64-bit build? Yes, 32 and 64 bit. > Or are you saying you've got JIT frontend working? I was able to build the GCC with the '--enable-languages=jit' option.

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 to build with the JIT language fronten

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

2015-07-29 Thread niXman
Hayden Livingston 2015-07-29 15:59: > 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? > >

[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