--- itcl3.0.1/itk/unix/Makefile.in.tkpath Wed Aug 12 06:01:40 1998 +++ itcl3.0.1/itk/unix/Makefile.in Sun Mar 26 22:32:48 2000 @@ -119,7 +119,7 @@ # and the math library (in that order). The "LIBS" part will be # replaced (or has already been replaced) with relevant libraries as # determined by the configure script. -LIBS = @TK_LIB_SPEC@ $(X11_LIB_SWITCHES) \ +LIBS = -L @TCL_SRC_DIR@/unix -L @TK_LIB_DIR@ @TK_LIB_SPEC@ $(X11_LIB_SWITCHES) \ @ITCL_BUILD_LIB_SPEC@ @TCL_LIB_SPEC@ \ @TCL_LIBS@ @DL_LIBS@ -lc --- itcl3.0.1/itk/unix/configure.in.tkpath Mon Oct 19 16:14:51 1998 +++ itcl3.0.1/itk/unix/configure.in Sun Mar 26 22:32:48 2000 @@ -211,6 +211,7 @@ AC_SUBST(TCL_VERSION) AC_SUBST(TCL_SRC_DIR) +AC_SUBST(TCL_LIB_DIR) AC_SUBST(TCL_LIB_SPEC) AC_SUBST(TCL_LIB_FLAG) AC_SUBST(TCL_DBGX) --- itcl3.0.1/itcl/unix/Makefile.in.tkpath Wed Aug 12 06:02:00 1998 +++ itcl3.0.1/itcl/unix/Makefile.in Sun Mar 26 22:32:48 2000 @@ -88,7 +88,7 @@ # Additional libraries to use when linking. The "LIBS" part will be # replaced (or has already been replaced) with relevant libraries as # determined by the configure script. -LIBS = @TCL_LIB_SPEC@ @TCL_LIBS@ @DL_LIBS@ -lc +LIBS = -L @TCL_LIB_DIR@ @TCL_LIB_SPEC@ @TCL_LIBS@ @DL_LIBS@ -lc # To change the compiler switches, for example to change from -O # to -g, change the following line: