http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=1328
Summary: tcl instructions break tk build
Product: Beyond LinuxFromScratch
Version: ~CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: BOOK
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
The current instructions for tcl break tk's build for me, tk fails to find
tclInt.h - after much head-scratching and kicking, I eventually fixed my build
by adding yet another sed for tclConfig.sh, based on gentoo's current ebuild:
sed -i "s,^TCL_SRC_DIR=.*,TCL_SRC_DIR=/usr/lib/tcl${V}/include," tclConfig.sh
looks as if lfs and gentoo are doing similar things here (ok, so gentoo probably
puts the includes as a directory within /usr/lib/tcl8.4), but gentoo seem to do
a whole lot more seds in tclConfig.sh. e.g.
http://ftp.cgu.edu.tw/Linux/Gentoo/portage/dev-lang/tcl/tcl-8.4.9.ebuild
but since I don't really grok all of the tcl/tk build without keeping the source
around, maybe there's a better way.
BTW, who the hell decided to use ',' as the delimiter for these seds ? From
here it looks _really_ hard to read :)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page