Hi there..Please I need your help....I installed ns perfectly and following
all PATH instructions well and validated perfectly....however when I try to
run a tcl script, I get the following error...

[EMAIL PROTECTED]:~/Network-Simulator/ns-allinone-2.32-rc2/ns-2.32/tcl/ex> ns
% ns example.tcl
warning: using backward compatibility mode
error when calling class OldSim: example.tcl
%

Can you pls help...

I use a 64-bit processor on a 64-bit version of OpenSuse 10.2....
when I try to configure nam, I get the following error;
when I type ./configure, I get the following;

[EMAIL PROTECTED]:~/Network-Simulator/ns-allinone-2.32-rc2/nam-1.13> su
Password:
Victor:/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/nam-1.13 # make
clean
rm -f nam tkcompat.o tkUnixInit.o xwd.o netview.o netmodel.o edge.o packet.o
node.o main.o trace.o queue.o drop.o animation.o agent.o feature.o route.o
transform.o paint.o state.o monitor.o anetmodel.o random.o rng.o view.o
graphview.o netgraph.o tracehook.o lan.o psview.o group.o editview.o tag.o
address.o animator.o wnetmodel.o nam_stream.o enetmodel.o testview.o
parser.o trafficsource.o lossmodel.o queuehandle.o gen/version.o
gen/nam_tcl.o gen/version.c gen/nam_tcl.cc core core.nam
Victor:/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/nam-1.13 #
./configure
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 ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
No .configure file found in current directory
Continuing with default options...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ANSI C header files... (cached) 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 for zlib.h... -I/usr/include
checking for libz1.1.4... -L/usr/lib -lz
checking for X11 header files
checking for X11 library archive
checking for XOpenDisplay in -lX11... yes
checking for XShmAttach in -lXext... yes
checking for tcl.h... -I../include
checking for libtcl8.4... -L../lib -ltcl8.4
checking for init.tcl... ../lib/tcl8.4
checking for tclsh8.4.14... no
checking for tclsh8.4... ../bin/tclsh8.4
checking for tk.h... -I../include
checking for libtk8.4... -L../lib -ltk8.4
checking for tk.tcl... ../lib/tk8.4
checking for libtcldbg... no
checking for otcl.h... -I../otcl
checking for libotcl1.13... -L../otcl -lotcl
checking for tclcl.h... -I../tclcl-1.19
checking for libtclcl... -L../tclcl-1.19 -ltclcl
checking for tcl2c++... ../tclcl-1.19
checking return type of random... long
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for strtoq... yes
checking for strtoll... yes
checking for long... yes
checking size of long... 8
checking for strtol... yes
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 snprintf... 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
config.status: creating autoconf.h
config.status: autoconf.h is unchanged
Victor:/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/nam-1.13 # make
rm -f tkcompat.o; gcc -o tkcompat.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
tkcompat.c
rm -f tkUnixInit.o; gcc -o tkUnixInit.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
tkUnixInit.c
rm -f xwd.o; gcc -o xwd.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
xwd.c
xwd.c: In function 'ReadColors':
xwd.c:143: warning: cast to pointer from integer of different size
xwd.c:181: warning: cast to pointer from integer of different size
rm -f netview.o; g++ -o netview.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
netview.cc
rm -f netmodel.o; g++ -o netmodel.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
netmodel.cc
queue.h:77: warning: 'class Queue' has virtual functions but non-virtual
destructor
rm -f edge.o; g++ -o edge.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
edge.cc
rm -f packet.o; g++ -o packet.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
packet.cc
rm -f node.o; g++ -o node.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
node.cc
queue.h:77: warning: 'class Queue' has virtual functions but non-virtual
destructor
rm -f main.o; g++ -o main.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
main.cc
rm -f trace.o; g++ -o trace.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
trace.cc
trace.cc: In constructor 'Trace::Trace(const char*, const char*)':
trace.cc:112: warning: unused variable 'pos'
rm -f queue.o; g++ -o queue.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
queue.cc
queue.h:77: warning: 'class Queue' has virtual functions but non-virtual
destructor
rm -f drop.o; g++ -o drop.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
drop.cc
rm -f animation.o; g++ -o animation.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
animation.cc
rm -f agent.o; g++ -o agent.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
agent.cc
rm -f feature.o; g++ -o feature.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
feature.cc
rm -f route.o; g++ -o route.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
route.cc
rm -f transform.o; g++ -o transform.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
transform.cc
rm -f paint.o; g++ -o paint.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
paint.cc
rm -f state.o; g++ -o state.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
state.cc
rm -f monitor.o; g++ -o monitor.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
monitor.cc
rm -f anetmodel.o; g++ -o anetmodel.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
anetmodel.cc
queue.h:77: warning: 'class Queue' has virtual functions but non-virtual
destructor
rm -f random.o; g++ -o random.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
random.cc
rm -f rng.o; g++ -o rng.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
rng.cc
rm -f view.o; g++ -o view.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
view.cc
rm -f graphview.o; g++ -o graphview.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
graphview.cc
rm -f netgraph.o; g++ -o netgraph.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
netgraph.cc
rm -f tracehook.o; g++ -o tracehook.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
tracehook.cc
rm -f lan.o; g++ -o lan.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
lan.cc
rm -f psview.o; g++ -o psview.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
psview.cc
rm -f group.o; g++ -o group.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
group.cc
rm -f editview.o; g++ -o editview.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
editview.cc
editview.cc: In constructor 'EditView::EditView(const char*, NetModel*)':
editview.cc:85: warning: format '%-u' expects type 'unsigned int', but
argument 3 has type 'long int'
editview.cc: In constructor 'EditView::EditView(const char*, NetModel*, int,
int)':
editview.cc:108: warning: format '%-u' expects type 'unsigned int', but
argument 3 has type 'long int'
rm -f tag.o; g++ -o tag.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM
-DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
tag.cc
rm -f address.o; g++ -o address.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
address.cc
rm -f animator.o; g++ -o animator.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
animator.cc
rm -f wnetmodel.o; g++ -o wnetmodel.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
wnetmodel.cc
queue.h:77: warning: 'class Queue' has virtual functions but non-virtual
destructor
rm -f nam_stream.o; g++ -o nam_stream.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
nam_stream.cc
rm -f enetmodel.o; g++ -o enetmodel.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
enetmodel.cc
queue.h:77: warning: 'class Queue' has virtual functions but non-virtual
destructor
rm -f testview.o; g++ -o testview.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
testview.cc
rm -f parser.o; g++ -o parser.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
parser.cc
rm -f trafficsource.o; g++ -o trafficsource.o -c -Wall -DTCL_TK -DNO_VOID
-DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13
-DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H
-DHAVE_LIBZ1_1_4 -DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-
allinone-2.32-rc2/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-
allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
trafficsource.cc
rm -f lossmodel.o; g++ -o lossmodel.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG
-DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H
-DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_LIBZ1_1_4
-DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2
/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
lossmodel.cc
rm -f queuehandle.o; g++ -o queuehandle.o -c -Wall -DTCL_TK -DNO_VOID
-DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13
-DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H
-DHAVE_LIBZ1_1_4 -DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-
allinone-2.32-rc2/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-
allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
queuehandle.cc
rm -f gen/version.c
/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/bin/tclsh8.4
bin/string2c.tcl version < VERSION > gen/version.c
rm -f gen/version.o; gcc -o gen/version.o -c -Wall -DTCL_TK -DNO_VOID
-DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13
-DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H
-DHAVE_LIBZ1_1_4 -DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-
allinone-2.32-rc2/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-
allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
gen/version.c
rm -f gen/nam_tcl.cc
/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/bin/tclsh8.4 bin/tcl-
expand.tcl tcl/nam-lib.tcl | ../tclcl-1.19/tcl2c++ et_nam > gen/nam_tcl.cc
rm -f gen/nam_tcl.o; g++ -o gen/nam_tcl.o -c -Wall -DTCL_TK -DNO_VOID
-DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13
-DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H
-DHAVE_LIBZ1_1_4 -DHAVE_ZLIB_H -I. -I/home/mavor/Network-Simulator/ns-
allinone-2.32-rc2/tclcl-1.19 -I/home/mavor/Network-Simulator/ns-
allinone-2.32-rc2/otcl
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include
-I/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/include -I/usr/include
gen/nam_tcl.cc
rm -f nam
g++ -o nam \
tkcompat.o tkUnixInit.o xwd.o netview.o netmodel.o edge.o packet.o node.o
main.o trace.o queue.o drop.o animation.o agent.o feature.o route.o
transform.o paint.o state.o monitor.o anetmodel.o random.o rng.o view.o
graphview.o netgraph.o tracehook.o lan.o psview.o group.o editview.o tag.o
address.o animator.o wnetmodel.o nam_stream.o enetmodel.o testview.o
parser.o trafficsource.o lossmodel.o queuehandle.o gen/version.o
gen/nam_tcl.o -L/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/tclcl-
1.19 -ltclcl -L/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/otcl
-lotcl -L/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/lib
-ltk8.4-L/home/mavor/Network-Simulator/ns-
allinone-2.32-rc2/lib -ltcl8.4 -L/usr/lib -lz -lXext -lX11 -lnsl -ldl -lm
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/lib/libz.so when searching for -lz
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/lib/libz.a when searching for -lz
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/lib/libnsl.so when searching for -lnsl
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/lib/libnsl.a when searching for -lnsl
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/lib/libdl.so when searching for -ldl
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/lib/libdl.a when searching for -ldl
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
skipping incompatible /usr/lib/libc.a when searching for -lc
Victor:/home/mavor/Network-Simulator/ns-allinone-2.32-rc2/nam-1.13 #



CAN YOU PLEASE HELP ME?

Thanks

regards,

Brenda
[image: Edit/Delete
Message]<http://www.gidforums.com/editpost.php?do=editpost&p=63366>

Reply via email to