﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1670	Drop keeping of tcl source directory	dbn.lists@…	lfs-book@…	"The tcl Makefile has added a target called ""install-private-headers"".  This
target installs the headers needed by expect into /tools and removes the need to
keep the source directory around.

In order to use this, only two slight modifications to the current build are needed.

tcl:
./configure --prefix=/tools
make
make install
make install-private-headers

expect:
./configure --prefix=/tools --with-tcl=/tools/lib \
	--with-tclinclude=/tools/include --with-x=no
make
make SCRIPTS="""" install

This change originated on the DIY-Linux mailing list and appears in it's
Reference Build.  I have tested this and it works as expected.  Please follow
this post
http://linuxfromscratch.org/pipermail/lfs-dev/2005-November/054016.html for the
original discussion."	defect	closed	lowest		Book	SVN	normal	fixed		
