Hi again.
Doh. I just sent an RFS for this package. I'll try to integrate the
patch quickly :)
Actually, could you test that the new tcl.m4 (from upstream cvs)
doesn't already fix this?
I looked at your RFS, so I took from http://justinpryzby.com/debian/tktable/
package tktable2.9_2.9+cvs20060727-1.
It fails, tclconfig/tcl.m4 still have to be fixed, see bellow.
After applying, please regenerate configure.
Petr
--- tclconfig/tcl.m4.ORIG 2006-07-27 18:31:09.000000000 +0200
+++ tclconfig/tcl.m4 2006-07-28 10:59:07.000000000 +0200
@@ -1474,8 +1474,11 @@
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"
+ # following line added by CW for Debian GNU/Hurd
+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0"
+
SHLIB_LD="${CC} -shared"
- DL_OBJS=""
+ DL_OBJS="tclLoadDl.o"
DL_LIBS="-ldl"
LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
CC_SEARCH_FLAGS=""
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]