Randy McMurchy wrote these words on 04/28/06 17:19 CST: > I'm sure I can make a change to the sedding of tclConfig.sh so that > all the headers would be found if they are all in /usr/include. But > do the headers that are not installed matter?
One solution I see is to modify the tclConfig.sh file so that it only looks in /usr/include for headers and then just do a one-line command to manually install the headers: install -v -m644 *.h ../generic/*.h /usr/include Only thing is, how many (broken) applications bypass tclConfig.sh and look in /usr/include/tcl8.4/unix for headers? Sure the app should be considered broken, but do we want to find this out this close to release? Perhaps this whole issue can be pushed off until after the release. Anyway my two cents. -- Randy rmlscsi: [bogomips 1003.28] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 17:32:00 up 34 days, 5:09, 1 user, load average: 0.03, 0.10, 0.15 -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
