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 also this time I just used your build scripts, so unless I need to run them from a specific place. What gives? make[2]: *** No rule to make target '../build-x86_64-w64-mingw32/libiberty/pic/libiberty.a', needed by 'build/genmddeps.exe'. Stop. make[2]: Leaving directory '/home/halivingston/mingw-gcc-5.2.0/x86_64-520-posix-sjlj-rt_v4/build/gcc-5.2.0/gcc' Makefile:4125: recipe for target 'all-gcc' failed make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory '/home/halivingston/mingw-gcc-5.2.0/x86_64-520-posix-sjlj-rt_v4/build/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 <[email protected]> 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 get. > > On Thu, Jul 30, 2015 at 3:28 AM, niXman <[email protected]> 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 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 >> >> Use the 'develop' branch. >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Mingw-w64-public mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
