Dear SQLite developers,

When trying to build SQLite from sqlite-3_7_2-tea.tar.gz I ran into the 
following problem:

./configure --with-tcl /home/mike/lib

configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: /home/mike/tclkit/FreeBSD/lib/
checking for correct TEA configuration... ok (TEA 3.9)
checking for Tcl configuration... configure: error: yes directory doesn't 
contain tclConfig.sh

It appears that the path to tcl passed as --with-tcl argument to the 
./configure script is not handled correctly (in the ./configure script the path 
is replaced by 'yes'). By hardcoding the path to tcl inside the ./configure 
script it worked, but this, of course, is not a solution.

Best regards,
Mike
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to