[From BLFS-Support] Alessandro Alocci wrote these words on 07/14/06 14:01 CST: > Hi, the configure for expect is: > ./configure --prefix=/usr \ > --with-tclinclude=/usr/include \ > --enable-shared > but it seems that is missing the switch > --with-tcl=/usr/lib > that was in previous version of the book.
How odd. Tonight, I ran into the issue Alessandro saw several months ago. Using a fresh LFS (SVN_20070210) Expect barfs in configure about not finding all of Tcl. Then, make bombs. But, if you run configure again, everything is fine. Very strange. Autotools issues, I suppose. But it made me remember about this thread from -support and sure enough, if I pass --with-tcl=/usr/lib, then Expect configures properly the first time through. Can anyone confirm this behavior? -- Randy rmlscsi: [bogomips 1003.26] [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] 23:00:01 up 33 days, 23:14, 1 user, load average: 0.15, 0.04, 0.01 -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
