I found a small syntax error in the checkVersions script that is distributed with jdk 1.1.6.v5 (i386-libc). Below is a diff of the small change I made to fix the problem: bash# diff -c checkVersions.orig checkVersions *** checkVersions.orig Mon Nov 2 11:18:24 1998 --- checkVersions Mon Nov 2 11:18:52 1998 *************** *** 103,110 **** # 5.4.33 & 1.9.6 seem to do it too if isGreaterOrEqual "$libdlVers" 1.9.6 || ! {isGreaterOrEqual "$libcVers" 1.5.44 && ! isGreaterOrEqual "$libdlVers" 1.9.9} then # supplied libraries are not needed return 1 --- 103,110 ---- # 5.4.33 & 1.9.6 seem to do it too if isGreaterOrEqual "$libdlVers" 1.9.6 || ! { isGreaterOrEqual "$libcVers" 1.5.44 && ! isGreaterOrEqual "$libdlVers" 1.9.9 } then # supplied libraries are not needed return 1 Thanks to the porting team for all of their work! Sean === Friends don't let friends use DOS... === Sean Starkey [EMAIL PROTECTED] WWW: http://rmi.net/~starkey ICQ: 4863014 Check out Universe! - http://rmi.net/~starkey/Universe