> @tinh May > but when i use ./configure and make .. > configure: error: Installation of tcl seems incomplete or can't be found.
"ns-allinone-2.35" is known not to find it's own tcl when you recompile in that way. 1) The most easy solution is to do a 'make clean' in ns-allinone-2.35/ns-2.35/, .... and then go back to the top directory = ns-allinone-2.35/, and do './install'. 2) You have a "/usr/bin/tclsh8.4" that confuses ./configure. If you want to use configure : Uninstall the package that provides tclsh8.4 . And also uninstall the development package for tk8.4, if installed. Then ./configure may work ? 3) tcl8.5, tk8.5 can be set to ../tcl8.5.10 , ../tk8.5.10 at configure time. I.e.: $ ./configure --with-tcl=../tcl8.5.10 --with-tk=../tk8.5.10 4) The development packages for tcl8.5 / tk8.5 can be installed : tcl8.5-dev, tk8.5-dev. Or whatever naming for your OS. But : I'd still consider "1)" the most convenient method. - -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/Erros-when-use-configure-tp27446p27447.html Sent from the ns-users mailing list archive at Nabble.com.
