On Tue, Sep 28, 2010 at 3:12 PM, Mike Holenderski <[email protected]>wrote:
> 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. > > The TEA build system has been completely redone since 3.7.2. Please try the lastest snapshot found at http://www.sqlite.org/draft/download.html and let us know if it works any better for you. > Best regards, > Mike > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

