Alle 23:37, venerdì 14 luglio 2006, Alessandro Alocci ha scritto:

> gcc -pipe -c  -I. -I. -I/usr/include  -I/usr/X11R6/include
> -DEXP_VERSION=\"5.43.0\" -DSCRIPTDIR=\"/usr/lib/expect5.43\"
> -DEXECSCRIPTDIR=\"/usr/lib/expect5.43\" -DTCL_DEBUGGER -DUSE_NON_CONST
> -DSTTY_BIN=\"/bin/stty\" -march=pentium4 -mtune=pentium4 
> -DDFLT_STTY="\"sane\"" Dbg.c
> Dbg.c:13:22: error: tcldbgcf.h: No such file or directory

In fact tcldbgcf.h is created at compile time from tcldbgcf.h.in
but only if I pass the switch --with-tcl (at least in my case).
However I don't understand why, but running:
[EMAIL PROTECTED] /mnt/rh/bld/expect-5.43$ grep tcldbg configure.in
cp ${srcdir}/Dbgconfigure ${srcdir}/tcldbg.h ${srcdir}/tcldbgcf.h.in \ 
${srcdir}/install-sh ${tmpdir}
cp ${tmpdir}/tcldbgcf.h .
Alessandro Alocci.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to