daf7bac68b
so tk can be loaded on demand in tclsh. $ tclsh8.3 % load libtk83.so reported by: Wojciech Sobczuk
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
--- configure.orig Sat Oct 20 02:24:40 2001
|
|
+++ configure Sat Nov 10 21:53:28 2001
|
|
@@ -2351,21 +2351,22 @@
|
|
# FreeBSD doesn't handle version numbers with dots.
|
|
|
|
UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a'
|
|
+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1'
|
|
TCL_LIB_VERSIONS_OK=nodots
|
|
;;
|
|
FreeBSD-*)
|
|
# FreeBSD 3.* and greater have ELF.
|
|
SHLIB_CFLAGS="-fPIC"
|
|
- SHLIB_LD="ld -Bshareable -x"
|
|
- SHLIB_LD_LIBS=""
|
|
+ SHLIB_LD="ld -shared -x -soname \$@"
|
|
+ SHLIB_LD_LIBS='${LIBS}'
|
|
SHLIB_SUFFIX=".so"
|
|
DL_OBJS="tclLoadDl.o"
|
|
DL_LIBS=""
|
|
- LDFLAGS="-export-dynamic"
|
|
+ LDFLAGS=""
|
|
LD_SEARCH_FLAGS=""
|
|
# FreeBSD doesn't handle version numbers with dots.
|
|
UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a'
|
|
- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
|
|
+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1'
|
|
TCL_LIB_VERSIONS_OK=nodots
|
|
;;
|
|
Rhapsody-*|Darwin-*)
|
|
@@ -2882,6 +2883,7 @@
|
|
echo "$ac_t""no" 1>&6
|
|
fi
|
|
|
|
+TCL_SRC_DIR=${prefix}/include/tcl${TCL_VERSION}
|
|
|
|
LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}'
|
|
|