On 19 Sep 2014 14:01, "David Holmes" <david.hol...@oracle.com> wrote: > > On 19/09/2014 8:54 PM, Richard Kolb wrote: >> >> >> >> On 19 September 2014 12:48, David Holmes <david.hol...@oracle.com >> <mailto:david.hol...@oracle.com>> wrote: >> >> On 19/09/2014 7:53 PM, Richard Kolb wrote: >> >> Hello, >> >> I am trying to compile the OpenJDK 7u60 and because I have a >> newer version >> of GCC I am hitting a pre-compiled issue. >> >> How do I properly set USE_PRECOMPILED_HEADER ? >> >> I have tried 'make USE_PRECOMPILED_HEADER=0' >> >> >> That should be all that is needed. >> >> What are you seeing? >> >> >> It reports : >> >> hotspot/src/share/vm/prims/jni.h:876:13: note: the mangling of 'va_list' >> has changed in GCC 4.4 >> make[6]: *** [precompiled.hpp.gch] Error 1 > > > Look further up the log - the "mangling" message is not an error.
Thanks David, will look again. Regards, Richard.