3

我尝试在我的 Ubuntu 12.10 上安装 ns-2.35 一体化软件包

我在文件夹“tcl-8.5.10”和文件夹“tk8.5.10”中输入“./configure”然后“make”

没有制造错误。

但是当我进入文件夹 otcl-1.14 并输入“./configure”时,它会显示一个错误:

dartkouth@dartkouth-P8010:/opt/ns-allinone-2.35/otcl$ sudo ./configure
No .configure file found in current directory
Continuing with default options...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) 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 g++ can handle -O2... no
checking standard STL is available... no
./configure: line 4803: tclsh: command not found
checking for tcl.h... -I../include
checking for tclInt.h... -I../include
checking for libtcl... no
checking for init.tcl... ../lib/tcl8.5
checking for http.tcl... ../lib/tcl8.5/http1.0
checking Tcl http.tcl library... yes
checking for tclsh... no
checking for tclsh... no
checking for tclsh... no
checking for tclsh8.4... no
configure: error: Installation of tcl seems incomplete or can't be found automatically.
Please correct the problem by telling configure where tcl is
using the argument --with-tcl=/path/to/package
(perhaps after installing it),
or the package is not required, disable it with --with-tcl=no.
dartkouth@dartkouth-P8010:/opt/ns-allinone-2.35/otcl$ 

当我输入 tclcl-1.20 并输入“./configure”时,它也会显示错误:

dartkouth@dartkouth-P8010:/opt/ns-allinone-2.35/tclcl$ sudo ./configure
No .configure file found in current directory
Continuing with default options...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) 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 g++ can handle -O2... no
checking standard STL is available... no
checking for ranlib... ranlib
checking for snprintf... yes
checking for ANSI C header files... (cached) yes
checking for strtoq... yes
checking for strtoll... yes
checking size of long... 4
checking for __int64_t... no
checking for long long... yes
checking for int64_t... yes
checking which kind of 64-bit int to use... int64_t
./configure: line 5926: tclsh: command not found
checking for tcl.h... -I../include
checking for tclInt.h... -I../include
checking for libtcl... no
checking for init.tcl... ../lib/tcl8.5
checking for http.tcl... ../lib/tcl8.5/http1.0
checking Tcl http.tcl library... yes
checking for tclsh... no
checking for tclsh... no
checking for tclsh... no
checking for tclsh8.4... no
configure: error: Installation of tcl seems incomplete or can't be found automatically.
Please correct the problem by telling configure where tcl is
using the argument --with-tcl=/path/to/package
(perhaps after installing it),
or the package is not required, disable it with --with-tcl=no.
dartkouth@dartkouth-P8010:/opt/ns-allinone-2.35/tclcl$ 

我能做些什么?我已经在 tcl 文件夹中完成了“./configure + make”。

谁能给我一个建议?非常感谢!

4

3 回答 3

2

尝试使用标志 ./configure --with-tcl-ver=8.5 (或 8.4 如果您安装了 8.4)...为我工作。

于 2014-12-17T18:27:22.323 回答
0

对于 ns all in one package 不需要执行 ./configure 。只需提取 tar 文件并进入 all in one 2.35 文件夹类型 ./install。对于 Ubuntu,你需要修改 tclcl 中的一些源文件,工具参考以下链接

http://erl1.wordpress.com/2011/05/12/installing-ns-2-34-on-ubuntu-11-04/

于 2013-07-03T06:31:30.093 回答
-1

将当前工作目录更改为/ns-allinone-2.35/ns-2.35/(安装 ns 的文件夹)并在终端中输入以下命令:

注意:不要忘记将“dt”更改为您的用户名:

./configure --with-tcl=/home/dt/ns-allinone-2.35/tcl8.5.10 --with-tcl-ver=8.5.10  --with-tk=/home/dt/ns-allinone-2.35/tk8.5.10 --with-tk-ver=8.5.10
于 2017-07-14T11:42:58.737 回答