|
From: <xem...@ne...> - 2003-10-26 21:10:24
|
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,
Ed
__________________________________________________________________
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397
Get AOL Instant Messenger 5.1 free of charge. Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455
|