Opened 20 years ago

Closed 20 years ago

#725 closed defect (invalid)

tcl includes installation is incomplete

Reported by: scot@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: CVS
Severity: major Keywords:
Cc:

Description

I found this out while trying to install some stuff on my new lfs-5.0 box. I used to install tcl/tk as a blfs item and I vaguely remember running into this. Anyway, after make install the following command should be executed to ensure all headers are intalled systemwide. $ install -m 644 {unix,compat,generic}/tcl*.h /usr/include

Change History (2)

comment:1 by tushar@…, 20 years ago

Just copying the headers may not help since the build directory location is hard coded in the files. The instructions are in BLFS.

comment:2 by greg@…, 20 years ago

Resolution: invalid
Status: newclosed

Tcl is not currently a part of LFS "proper" as it's only installed into the temporary tools location during Ch 5. Therefore TCL is technically still a BLFS package thus making this report invalid.

That aside, those private headers are internal to TCL and are generally not meant for system-wide installation. Some folks prefer to install them system-wide to ease the installation of those packages that need to muck with TCL internals (e.g. Tk, expect).

Note: See TracTickets for help on using tickets.