Hi All, I Get Problem To Install Ns-allinone-2.1b9a-gcc32.tar.g… In Fedora 9. Tclcl-1.0b12 Make Failed! ?

Hi all,
I get problem to install ns-allinone-2.1b9a-gcc32.tar.gz
in fedora 9. tclcl-1.0b12 make failed! the detail here it is below.
Is there any one have an idea to fix this problem?
please write me.
thank you,
======================================…
* Build Tclcl-1.0b12
======================================…
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… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for executable suffix…
checking for object suffix… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
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 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 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 for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… (cached) 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 long… 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
checking for tcl.h… -I../include
checking for libtcl8.3… -L../lib -ltcl8.3
checking for init.tcl… ../lib/tcl8.3
checking for tclsh8.3.2… no
checking for tclsh8.3… ../bin/tclsh8.3
checking for tk.h… -I../include
checking for libtk8.3… -L../lib -ltk8.3
checking for tk.tcl… ../lib/tk8.3
checking for otcl.h… -I../otcl-1.0a8
checking for libotcl1.0a8… -L../otcl-1.0a8 -lotcl
checking for X11 header files
checking for X11 library archive
checking for XOpenDisplay in -lX11… yes
checking for XShmAttach in -lXext… yes
No explicit static compilation flag; setting V_STATIC to “”
checking for dlopen in -ldl… yes
checking for a BSD compatible install… /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
rm -f embedded-tcl.cc
./tcl2c++ et_tcl ../lib/tcl8.3/init.tcl ../lib/tcl8.3/history.tcl ../lib/tcl8.3/word.tcl ../lib/tcl8.3/http2.3/http.tcl > embedded-tcl.cc
./tcl2c++: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
make: *** [embedded-tcl.cc] Error 127
tclcl-1.0b12 make failed! Exiting …
See http://www.isi.edu/nsnam/ns/ns-problems.html for problems

Tags: , , , , , ,

2 Responses to “Hi All, I Get Problem To Install Ns-allinone-2.1b9a-gcc32.tar.g… In Fedora 9. Tclcl-1.0b12 Make Failed! ?”

  1. joe.atta says:

    The answer is right here:
    “./tcl2c++: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory”
    You don’t have libstdc++, the C++ library you need for this, loaded on the system. Install that package, and the configuration and make should work.

  2. 7S282 says:

    Looks like you don’t have libstdc++.so.5 which look like they are the standard C++ libraries check the google link out for more information

Leave a Reply