--- src/interfaces/libpgtcl/Makefile.orig Tue Oct 28 22:55:58 2003 +++ src/interfaces/libpgtcl/Makefile Tue Nov 18 04:21:46 2003 @@ -21,7 +21,7 @@ OBJS= pgtcl.o pgtclCmds.o pgtclId.o SHLIB_LINK = $(libpq) $(TCL_LIB_SPEC) $(TCL_LIBS) \ - $(filter -lssl -lcrypto -lkrb5 -lcrypt, $(LIBS)) $(THREAD_LIBS) + $(filter -lssl -lcrypto -lkrb5 -lcrypt -L% -ltcl83 -ltcl84, $(LIBS)) $(THREAD_LIBS) all: submake-libpq all-lib