[torqueusers] Compiling xpbsmon
Diego Vadell
dvadell at lantech.com.ar
Fri Jan 20 06:32:02 MST 2006
Hi,
Answering Garrick, I have both i386 and x86_64 tclx libraries. I
uninstalled the i386 tclx one, and now configure says:
creating cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
checking Tclx library path prefix... no
configure: error: could not find the Tclx library
Inside configure, it says:
-----------------8<----------------------8<----------------------
tclx_dir=no
ac_LL_PATH=`echo "$PATH" | sed -e 's/:/ /g'`
for ac_libpath in $ac_LL_PATH /__XqqFrobozz ; do
ac_libpath=`echo $ac_libpath | sed -e 's;/bin$;;'`
if test `/bin/ls ${ac_libpath}/lib/libtclx*.* 2> /dev/null | wc -l`
-gt 0; then
tclx_dir="$ac_libpath"
break;
fi
done
-----------------8<----------------------8<----------------------
Its making ls $ac_libpath/lib and not giving a chance to /usr/lib64 .
Thats the situation here. Hope it helps a little
-- Diego.
More information about the torqueusers
mailing list