I want to use ns 2.1b7 cos the version I got has an ATM patch already which I need for my thesis.I try to configure it and I get the error message below. ___________________________________________________________________________________________________________ [EMAIL PROTECTED] Desktop]# cd ns-2-snapshot-20010224/ [EMAIL PROTECTED] ns-2-snapshot-20010224]# ./configure loading cache ./config.cache No .configure file found in current directory Continuing with default options... checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for c++... c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for string.h... yes checking for main in -lXbsd... no checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for dcgettext in -lintl... no checking for getnodebyname in -ldnet_stub... no checking that c++ can handle -O2... no checking standard STL is available... no checking for tcl.h... -I../tcl8.3.2/generic checking for libtcl8.3... -L/usr/local/lib -ltcl8.3 checking for init.tcl... ../tcl8.3.2/library checking for tclsh8.3.2... no checking for tclsh8.3... /usr/local/bin/tclsh8.3 checking for tk.h... no checking for libtk8.3... no checking for tk.tcl... no checking for otcl.h... -I../otcl-1.0a6 checking for libotcl1.0a6... no configure: error: Installation of otcl seems incomplete or can't be found automatically. Please correct the problem by telling configure where otcl is using the argument --with-otcl=/path/to/package (perhaps after installing it), or the package is not required, disable it with --with-otcl=no.
[EMAIL PROTECTED] Desktop]# cd ns-2-snapshot-20010224/ [EMAIL PROTECTED] ns-2-snapshot-20010224]# ./configure loading cache ./config.cache No .configure file found in current directory Continuing with default options... checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for c++... c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for string.h... yes checking for main in -lXbsd... no checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for dcgettext in -lintl... no checking for getnodebyname in -ldnet_stub... no checking that c++ can handle -O2... no checking standard STL is available... no checking for tcl.h... -I../tcl8.3.2/generic checking for libtcl8.3... -L/usr/local/lib -ltcl8.3 checking for init.tcl... ../tcl8.3.2/library checking for tclsh8.3.2... no checking for tclsh8.3... /usr/local/bin/tclsh8.3 checking for tk.h... no checking for libtk8.3... no checking for tk.tcl... no checking for otcl.h... -I../otcl-1.0a6 checking for libotcl1.0a6... no configure: error: Installation of otcl seems incomplete or can't be found automatically. Please correct the problem by telling configure where otcl is using the argument --with-otcl=/path/to/package (perhaps after installing it), or the package is not required, disable it with --with-otcl=no. __________________________________________________________________________________ Even when I use the arguments specified in the last 4 lines of the error message,I still get the same thing.Someone pls help cos I'm getting behind schedule already on this project.Thanks a lot. Best regards, Brenda