summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-24 06:43:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-24 06:43:59 (GMT)
commit7ca81c68fef404c6321e0fd721ff5940e7fd84b8 (patch)
tree63fcbf1dec4faa543e0f8023c83401a64ccffc99 /unix/tcl.m4
parent5a6cefd822acde0af2f7bd995d7a4e72bb813159 (diff)
parent53f74043116ba7e4046f811afc1683340111a767 (diff)
downloadtcl-7ca81c68fef404c6321e0fd721ff5940e7fd84b8.zip
tcl-7ca81c68fef404c6321e0fd721ff5940e7fd84b8.tar.gz
tcl-7ca81c68fef404c6321e0fd721ff5940e7fd84b8.tar.bz2
[Bug 3508771] load tclreg.dll in cygwin tclsh
Implement TclWinConvertError, TclWinConvertWSAError, and various more win32-specific internal functions for Cygwin, so win32 extensions using those can be loaded in the cygwin version of tclsh.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 0d5d698..c248686 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1207,12 +1207,10 @@ dnl AC_CHECK_TOOL(AR, ar)
SHLIB_CFLAGS=""
SHLIB_LD='${CC} -shared'
SHLIB_SUFFIX=".dll"
- DL_OBJS="tclLoadDl.o"
+ DL_OBJS="tclLoadDl.o tclWinError.o"
DL_LIBS="-ldl"
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""
- TCL_NEEDS_EXP_FILE=1
- TCL_EXPORT_FILE_SUFFIX='${VERSION}\$\{DBGX\}.dll.a'
TCL_SHLIB_LD_EXTRAS='-Wl,--out-implib,$[@].a'
;;
dgux*)