sagun shakya wrote: > Hi > > I'm trying to do a full build on a my test machine but I'm seeing errors > when nightly is building '$SRC/lib/idn'. > > ==== Build errors (non-DEBUG) ==== > > checking if gcj -C works... configure: error: The Java compiler gcj -C failed > (see config.log, check the CLASSPATH?) > checking if gcj -C works... configure: error: The Java compiler gcj -C failed > (see config.log, check the CLASSPATH?) > dmake: Warning: Target `install' not remade because of errors > dmake: Warning: Command failed for target `idn' > dmake: Warning: Target `install' not remade because of errors > dmake: Warning: Target `install' not remade because of errors >
nightly is finding /opt/sfw which causes it to find the gcj compiler instead of the javac compiler. You need to get rid of /opt/sfw. Cheers, Jim
