blob: 5e2de0cfd76c7d2a10573aaf9e31528bdccdb8ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Harcode libtcl version to be that of the default tclsh.
--- a/configure
+++ b/configure
@@ -98,7 +98,7 @@
fi
if [ -n $USE_TCL ]
then
- LIBPOSTFIX=`ls -1 /usr/local/lib/ /usr/lib | grep 'libtcl[0-9]' | grep so | sed -e 's/\.so.*//g' -e 's/libtcl//g' | sort -r | head -1`
+ LIBPOSTFIX=`echo puts \\$tcl_version | $TCLSH -`
TCL_LIB="-ltcl${LIBPOSTFIX} -lm -lpthread"
fi
|