[Paraview] Problems with TCL_LIBRARY
Orion Poplawski
orion at cora.nwra.com
Fri Mar 10 12:37:35 EST 2006
I'm installing ParaView under /usr and the Tcl stuff ends up in
/usr/lib/paraview-2.4/tcl8.4. However, Tcl is looking for init.tcl in
/usr/local/lib/tcl8.4. I believe this is because --libdir is not being
set in Utilities/TclTk/configure_tcltk.sh.in:
if [ "x$build_tcl" = "xtrue" ]; then
cd "@TclTk_BINARY_DIR@/tcl8.4.5/unix"
"@TclTk_SOURCE_DIR@/tcl8.4.5/unix/configure" --disable-shared
${EXTRAFLAGS} || exit 1
else
echo "-- Found existing Tcl, not rerunning configure"
fi
if [ "x$build_tcl" = "xtrue" -o "x$build_tk" = "xtrue" ]; then
cd "@TclTk_BINARY_DIR@/tk8.4.5/unix"
"@TclTk_SOURCE_DIR@/tk8.4.5/unix/configure" --disable-shared
${EXTRAFLAGS} || exit 1
else
echo "-- Found existing Tk, not rerunning configure"
fi
--
Orion Poplawski
System Administrator 303-415-9701 x222
Colorado Research Associates/NWRA FAX: 303-415-9702
3380 Mitchell Lane, Boulder CO 80301 http://www.co-ra.com
More information about the ParaView
mailing list