John Campbell writes:
> My attempts to build jdk1.1.6 v2 fail because the file
> java_g can't be found. Does anyone know what I'm
> doing wrong? If this is the wrong forum for a newbie
> question, I appologize. -John C
Do you have the existing v2 binaries? They should include java_g, and
it should be in your PATH, so that it can be found. Alternatively, (and
probably what you want to do anyway) is to set the ALT_BOOTDIR environment
variable to the directory containing your bootstrap JDK (the default is
/usr/local/java).
Steve