Dan Nicholson wrote:
 >> /usr/src/secondary/jdk-build/hotspot/src/share/vm/runtime/os.hpp:325:
error: extra qualification 'os::' on member 'exception_name'

These "extra qualification" issues are because of gcc-4.1. There's a
patch in the repo, it just hasn't gotten into the book yet.

http://www.linuxfromscratch.org/patches/downloads/jdk/jdk-1.5.0_08-gcc4-2.patch

FYI this came up yesterday with aspell too and there was a very good explanation of the problem by Wilco Beekhuizen. He spoke thus:

"Extra qualification errors are common with gcc4. This means a class is redundantly mentioned with a class function. Just remove the part before :: on the mentioned line"

Just FYI.

Al

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to