Expect
If you get this error on configure:
checking for Tcl configuration... configure: warning: Can't find Tcl configuration definitions Dbgconfigure: line 742: #: No such file or directory cp: cannot stat `./Dbg19072/tcldbgcf.h': No such file or directory
and on make:
Dbg.c:13:22: error: tcldbgcf.h: No such file or directory make: *** [Dbg.o] Error 1
try adding --with-tcl=/usr/lib
to the ./configure
options
(see http://archives.linuxfromscratch.org/mail-archives/blfs-book/2006-May/019713.html)
Last modified
17 years ago
Last modified on 10/13/2006 10:24:15 AM
Note:
See TracWiki
for help on using the wiki.