On May 9, 7:22am, k...@intricatesoftware.com (Kurt Miller) wrote: -- Subject: Re: patches to make jdk8 build on NetBSD
| Hi Christos, | | Do you know what version of gcc -gstabs broke? The last time I checked | -gstabs was still needed on OpenBSD due to the blowup in libjvm.so size. | I think the the removal of -gstabs should be conditional on gcc version. I am using gcc-5.3. The exact error is: cc1plus: error: the "stabs" debug format cannot be used with pre-compiled headers [-Werror=deprecated] I see the same error string in the gcc-4.8.3 sources I have around. I don't have anything older... Searching through google for that error message, it appears that the jdk build broke with gcc-4.8. Best, christos