|
From: Edwin M. <em...@wp...> - 2003-10-31 22:10:42
|
I noticed that I was using tclcl version 1.0b11. Hence, I got the latest version 1.0b13 and compiled it and got this new error. make: *** No rule to make target `/usr/local/ActiveTcl/lib/tcl8.4/http/http.tcl', needed by `embedded-tcl.cc'. Stop. I edited the Makefile and this is what I found: TCL_84_LIBRARY_FILES = \ $(TCL_BASE_LIBRARY_FILES) \ $(LIBRARY_TCL)/http/http.tcl I noticed that the variables TCL_83_LIBRARY_FILES, TCL_82_LIBRARY_FILES, TCL_81_LIBRARY_FILES, and TCL_80_LIBRARY_FILES point to ../http2.3/..., ../http2.1/..., ../http2.0/..., and ../http2.0/..., respectively. This led me to from the TCL_84_LIBRARY_FILES to point to ../http2.4/... I understand that this Makefile was generated by the ./configure script and believe that this might be a small bug. regards, |