Hi guys, I'm no (more) in the mailing list so it might be possible this is a known issue. Anyway... the checkVersions script has a bug that is triggered when you have your libs in a path that contains the libc string somewhere. The fix is to replace libcMainVer=`getLibName libc $lddOut` in checkX86Versions() with libcMainVer=`getLibName 'libc\.' $lddOut` Ciao, Davide.