I`m running ubuntu 11.10 and i have install all necesary programs (cvs , gmake , etc)
First i install tcl and i verify this :
root@Shadow:/home/catalin/Server/post/postgresql-8.4.0-src# locate tclConfig.sh
/home/catalin/Server/TCL/tcl8.4.13/unix/tclConfig.sh
/home/catalin/Server/TCL/tcl8.4.13/unix/tclConfig.sh.in
/home/catalin/Server/TCL/tcl8.4.13/win/tclConfig.sh.in
/usr/local/lib/tclConfig.sh
Before configure --with-tcl i type this command : /configure --with-tclconfig=/usr/local/lib/tclConfig.sh --with-includes=/usr/local/include --with-libraries=/usr/local/lib/tcl8.4
And this : /configure --with-tclconfig=/usr/local/lib --with-includes=/usr/local/include --with-libraries=/usr/local/lib/tcl8.4 like in this topic :
viewtopic.php?f=7&t=11477When i try to configure ./configure --with-CXX \ --enable-multibyte \ --with-tcl --without-tk i recive error , TCL is not installed.
After all i recive same error ... Need some help please
PS : after all i user sudo apt-get install tcl and i verify this /usr/bin/tclsh (this file exists) and recive same error....