Opened 18 years ago

Closed 18 years ago

#1670 closed defect (fixed)

Drop keeping of tcl source directory

Reported by: dbn.lists@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

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.

Change History (2)

comment:1 by dbn.lists@…, 18 years ago

(In reply to comment #0)

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

ln -sv tclsh8.4 /tools/bin/tclsh

Didn't mean to imply that wasn't needed anymore.

comment:2 by Jeremy Huntwork, 18 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.