Opened 9 years ago
Last modified 9 years ago
#1097 new task
Expect may not need --with-tcl options
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | |
Component: | BOOK | Version: | |
Keywords: | Cc: | berzerkula@…, jonathan@…, chris@…, cross-lfs@… |
Description
Expect seems to be able to find Tcl on its own, without needing the --with-tcl or --with-tclinclude options. I've tested this on x86 Pure64, please verify for other archs.
root:~/build/expect5.45# ./configure --prefix=/tools checking for correct TEA configuration... ok (TEA 3.9) configure: configuring expect 5.45 checking for Tcl configuration... found /tools/lib/tclConfig.sh checking for existence of /tools/lib/tclConfig.sh... loading configure: --exec-prefix defaulting to TCL_EXEC_PREFIX /tools ... checking for Tcl public headers... /tools/include checking for Tcl private include files... private headers found with public headers ... checking for tclsh... /tools/bin/tclsh8.6 ... checking for Tcl configuration... found /tools/lib/tclConfig.sh checking for existence of /tools/lib/tclConfig.sh... loading ...
Note:
See TracTickets
for help on using tickets.
If the test is to find a library or header, then it is probably okay for all ARCH's. The only problem is not using /lib for finding the library in /tools/lib or /tools/lib64. I'll test this with multilib.