%general-entities; ]> Expect-&expect-version; Expect Installation of Expect CC="gcc ${BUILD64}" \ ./configure \ --prefix=/tools \ --with-tcl=/tools/lib64 \ --with-tclinclude=/tools/include \ --libdir=/tools/lib64 The meaning of the configure options: --with-tcl=/tools/lib64 This ensures that the configure script finds the Tcl installation in the temporary tools location.