[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

somebody please help



I've been trying to install ns-allinone-2.1b3 on Solaris. It installed
successfully but when I run the validate tests, it echoes the file
ns-2/gen/ns_tcl.cc.
The only problems that I got during installation are:
Tcl.cc: In method `int TclObject::create_framevar(const char *)':
Tcl.cc:348: warning: implicit declaration of function `int
snprintf(...)'

rng.cc: In method `int RNG::command(int, const char *const *)':
rng.cc:199: warning: decimal integer constant is so large that it is
unsigned
mem-trace.h: In method `MemTrace::MemTrace()':
In file included from scheduler.cc:48:
mem-trace.h:55: warning: implicit declaration of function `int
getrusage(...)'
mem-trace.h: In method `MemTrace::MemTrace()':
In file included from tclAppInit.cc:78:
mem-trace.h:55: warning: implicit declaration of function `int
getrusage(...)'

gcc  -I../include -L../lib -DSYSV -DFBSD -o ../bin/edriver edriver.o
eval.o -lm
-lgb5
gcc: eval.o: No such file or directory
make: *** [edriver] Error 1

and xgraph did not compile, but that is optional anyway.

To solve the edrive problem, I compiled eval.c seperately to generate
eval.o
To solve the "implicit declaration", the bug fixes page suggested I
upgrade tclcl and otcl. Since the ones that come with the allinone are
the latest (1.0b6 and 1.0a3 respectively). The only solution I saw is to
install the tclcl daily snapshot. But with no luck!! I still have the
same problem.
Can it be xgraph? What can I do?
Attached is the complete installation log.
Your suggestions are highly appreciated.

-Hala

eola 237% ./install
creating cache ./config.cache
checking for ranlib... ranlib
checking whether cross-compiling... no
checking for getcwd... yes
checking for opendir... yes
checking for strstr... yes
checking for strtol... yes
checking for tmpnam... yes
checking for waitpid... yes
checking for strerror... yes
checking for getwd... yes
checking for wait3... yes
checking for uname... yes
checking for sin... no
checking for -lieee... no
checking dirent.h... yes
checking how to run the C preprocessor... cc -E
checking for errno.h... yes
checking for float.h... yes
checking for values.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/wait.h... yes
checking for dlfcn.h... yes
checking for unistd.h... yes
checking termios vs. termio vs. sgtty... termios
checking fd_set and sys/select... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... no
checking for tzname... yes
checking tm_tzadj in struct tm... no
checking tm_gmtoff in struct tm... no
checking long timezone variable... yes
checking for st_blksize in struct stat... yes
checking proper strstr implementation... yes
checking for strtoul... yes
checking for strtod... yes
checking for strtod... (cached) yes
checking for Solaris strtod bug... buggy
checking for ANSI C header files... yes
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for opendir... (cached) yes
checking union wait... no
checking matherr support... yes
checking for vfork... yes
checking vfork/signal bug... buggy, using fork instead
checking for strncasecmp... yes
checking for BSDgettimeofday... no
checking for gettimeofday... yes
checking for gettimeofday declaration... present
checking for -linet... no
checking for net/errno.h... no
checking whether char is unsigned... no
checking signed char declarations... yes
checking for connect... no
checking for -lsocket... yes
checking for gethostbyname... no
checking for -lnsl... yes
checking system version (for dynamic loading)... SunOS-5.5.1
checking for -ldl... yes
checking for sys/ioctl.h... yes
checking for sys/filio.h... yes
checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
updating cache ./config.cache
creating ./config.status
creating Makefile
creating tclConfig.sh
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/panic.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/regexp.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclAsync.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclBasic.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclBinary.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclCkalloc.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclClock.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclCmdAH.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclCmdIL.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclCmdMZ.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclCompExpr.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclCompile.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclDate.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclEnv.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclEvent.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclExecute.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclFCmd.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclFileName.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclGet.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclHash.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclHistory.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclIndexObj.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclInterp.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclIO.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclIOCmd.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclIOSock.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclIOUtil.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclLink.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclListObj.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclLoad.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclMain.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclNamesp.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclNotify.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclObj.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclParse.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclPipe.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclPkg.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclPosixStr.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclPreserve.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclProc.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclStringObj.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclTimer.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclUtil.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclVar.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./tclMtherr.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./tclUnixChan.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./tclUnixEvent.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./tclUnixFCmd.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./tclUnixFile.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./tclUnixPipe.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./tclUnixSock.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./tclUnixTime.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" -DTCL_LIBRARY=\"/home/elaarag/ns/ns-allino
ne-2.1b3/tclbox/lib/tcl8.0\" \
-DTCL_PACKAGE_PATH="\"/home/elaarag/ns/ns-allinone-2.1b3/tclbox/lib\"" \
        ./tclUnixInit.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./tclUnixNotfy.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./../compat/fixstrtod.c
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./tclLoadDl.c
rm -f libtcl8.0.a
ar cr libtcl8.0.a panic.o regexp.o tclAsync.o tclBasic.o tclBinary.o tclCkalloc.
o tclClock.o tclCmdAH.o tclCmdIL.o tclCmdMZ.o tclCompExpr.o tclCompile.o tclDate
.o tclEnv.o tclEvent.o tclExecute.o tclFCmd.o tclFileName.o tclGet.o tclHash.o t
clHistory.o tclIndexObj.o tclInterp.o tclIO.o tclIOCmd.o tclIOSock.o tclIOUtil.o
 tclLink.o tclListObj.o tclLoad.o tclMain.o tclNamesp.o tclNotify.o tclObj.o tcl
Parse.o tclPipe.o tclPkg.o tclPosixStr.o tclPreserve.o tclProc.o tclStringObj.o
tclTimer.o tclUtil.o tclVar.o tclMtherr.o tclUnixChan.o tclUnixEvent.o tclUnixFC
md.o tclUnixFile.o tclUnixPipe.o tclUnixSock.o tclUnixTime.o tclUnixInit.o tclUn
ixNotfy.o fixstrtod.o tclLoadDl.o
ranlib libtcl8.0.a
cc -c -O  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -
DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_ST_BLKSIZE=1 -Dstrtod=fixstrtod -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED
_MATHERR=1 -Dvfork=fork -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FIL
IO_H=1        -DTCL_SHLIB_EXT=\".so\" ./tclAppInit.c
cc  tclAppInit.o -L/home/elaarag/ns/ns-allinone-2.1b3/tcl8.0/unix -ltcl8.0 -ldl
 -lsocket -lnsl -lm -lc \
         -o tclsh
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tclbox/lib
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tclbox/bin
Installing libtcl8.0.a
Installing tclsh
Installing tclConfig.sh
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tclbox/include
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tclbox/lib/tcl8.0
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tclbox/lib/tcl8.0/http2.0
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tclbox/lib/tcl8.0/http1.0
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tclbox/lib/tcl8.0/opt0.1
Installing tcl.h
Installing ./../library/history.tcl
Installing ./../library/init.tcl
Installing ./../library/ldAout.tcl
Installing ./../library/parray.tcl
Installing ./../library/safe.tcl
Installing ./../library/word.tcl
Installing ./../library/tclIndex
Installing ./tclAppInit.c
Installing ./ldAix
Installing ./../library/http2.0/http.tcl
Installing ./../library/http2.0/pkgIndex.tcl
Installing ./../library/http1.0/http.tcl
Installing ./../library/http1.0/pkgIndex.tcl
Installing ./../library/opt0.1/optparse.tcl
Installing ./../library/opt0.1/pkgIndex.tcl
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tclbox/man
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tclbox/man/man1
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tclbox/man/man3
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tclbox/man/mann
Installing doc/tclsh.1
./mkLinks /home/elaarag/ns/ns-allinone-2.1b3/tclbox/man/man1
Installing doc/AddErrInfo.3
Installing doc/Alloc.3
Installing doc/AllowExc.3
Installing doc/AppInit.3
Installing doc/AssocData.3
Installing doc/Async.3
Installing doc/BackgdErr.3
Installing doc/Backslash.3
Installing doc/BoolObj.3
Installing doc/CallDel.3
Installing doc/CmdCmplt.3
Installing doc/Concat.3
Installing doc/CrtChannel.3
Installing doc/CrtChnlHdlr.3
Installing doc/CrtCloseHdlr.3
Installing doc/CrtCommand.3
Installing doc/CrtFileHdlr.3
Installing doc/CrtInterp.3
Installing doc/CrtMathFnc.3
Installing doc/CrtObjCmd.3
Installing doc/CrtSlave.3
Installing doc/CrtTimerHdlr.3
Installing doc/CrtTrace.3
Installing doc/DString.3
Installing doc/DetachPids.3
Installing doc/DoOneEvent.3
Installing doc/DoWhenIdle.3
Installing doc/DoubleObj.3
Installing doc/Eval.3
Installing doc/EvalObj.3
Installing doc/Exit.3
Installing doc/ExprLong.3
Installing doc/ExprLongObj.3
Installing doc/FindExec.3
Installing doc/GetIndex.3
Installing doc/GetInt.3
Installing doc/GetOpnFl.3
Installing doc/GetStdChan.3
Installing doc/Hash.3
Installing doc/IntObj.3
Installing doc/Interp.3
Installing doc/LinkVar.3
Installing doc/ListObj.3
Installing doc/Notifier.3
Installing doc/ObjSetVar.3
Installing doc/Object.3
Installing doc/ObjectType.3
Installing doc/OpenFileChnl.3
Installing doc/OpenTcp.3
Installing doc/PkgRequire.3
Installing doc/Preserve.3
Installing doc/PrintDbl.3
Installing doc/RecEvalObj.3
Installing doc/RecordEval.3
Installing doc/RegExp.3
Installing doc/SetErrno.3
Installing doc/SetRecLmt.3
Installing doc/SetResult.3
Installing doc/SetVar.3
Installing doc/Sleep.3
Installing doc/SplitList.3
Installing doc/SplitPath.3
Installing doc/StaticPkg.3
Installing doc/StrMatch.3
Installing doc/StringObj.3
Installing doc/Tcl_Main.3
Installing doc/TraceVar.3
Installing doc/Translate.3
Installing doc/UpVar.3
Installing doc/WrongNumArgs.3
./mkLinks /home/elaarag/ns/ns-allinone-2.1b3/tclbox/man/man3
Installing doc/Tcl.n
Installing doc/after.n
Installing doc/append.n
Installing doc/array.n
Installing doc/bgerror.n
Installing doc/binary.n
Installing doc/break.n
Installing doc/case.n
Installing doc/catch.n
Installing doc/cd.n
Installing doc/clock.n
Installing doc/close.n
Installing doc/concat.n
Installing doc/continue.n
Installing doc/eof.n
Installing doc/error.n
Installing doc/eval.n
Installing doc/exec.n
Installing doc/exit.n
Installing doc/expr.n
Installing doc/fblocked.n
Installing doc/fconfigure.n
Installing doc/fcopy.n
Installing doc/file.n
Installing doc/fileevent.n
Installing doc/filename.n
Installing doc/flush.n
Installing doc/for.n
Installing doc/foreach.n
Installing doc/format.n
Installing doc/gets.n
Installing doc/glob.n
Installing doc/global.n
Installing doc/history.n
Installing doc/http.n
Installing doc/if.n
Installing doc/incr.n
Installing doc/info.n
Installing doc/interp.n
Installing doc/join.n
Installing doc/lappend.n
Installing doc/library.n
Installing doc/lindex.n
Installing doc/linsert.n
Installing doc/list.n
Installing doc/llength.n
Installing doc/load.n
Installing doc/lrange.n
Installing doc/lreplace.n
Installing doc/lsearch.n
Installing doc/lsort.n
Installing doc/namespace.n
Installing doc/open.n
Installing doc/package.n
Installing doc/pid.n
Installing doc/pkgMkIndex.n
Installing doc/proc.n
Installing doc/puts.n
Installing doc/pwd.n
Installing doc/read.n
Installing doc/regexp.n
Installing doc/registry.n
Installing doc/regsub.n
Installing doc/rename.n
Installing doc/resource.n
Installing doc/return.n
Installing doc/safe.n
Installing doc/scan.n
Installing doc/seek.n
Installing doc/set.n
Installing doc/socket.n
Installing doc/source.n
Installing doc/split.n
Installing doc/string.n
Installing doc/subst.n
Installing doc/switch.n
Installing doc/tclvars.n
Installing doc/tell.n
Installing doc/time.n
Installing doc/trace.n
Installing doc/unknown.n
Installing doc/unset.n
Installing doc/update.n
Installing doc/uplevel.n
Installing doc/upvar.n
Installing doc/variable.n
Installing doc/vwait.n
Installing doc/while.n
./mkLinks /home/elaarag/ns/ns-allinone-2.1b3/tclbox/man/mann
creating cache ./config.cache
checking for ranlib... ranlib
checking whether cross-compiling... no
checking how to run the C preprocessor... cc -E
checking for unistd.h... yes
checking for limits.h... yes
checking stdlib.h... yes
checking fd_set and sys/select... yes
checking for ANSI C header files... yes
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for X... libraries /lib/X11, headers
checking for X11 header files... checking for -lXbsd... no
checking for connect... no
checking for -lsocket... yes
checking for gethostbyname... no
checking for -lnsl... yes
checking for sin... no
checking for -lieee... no
checking for memmove... yes
checking whether char is unsigned... no
checking for strtod... yes
checking for Solaris 2.4 strtod bug... buggy
updating cache ./config.cache
creating ./config.status
creating Makefile
creating tkConfig.sh
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkAppInit.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tk3d.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkArgv.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkAtom.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkBind.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkBitmap.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkClipboar
d.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkCmds.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkColor.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkConfig.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkCursor.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkError.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkEvent.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkFocus.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkFont.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkGet.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkGC.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkGeometry
.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkGrab.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkGrid.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkMain.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkOption.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkPack.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkPlace.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkSelect.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkUtil.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkVisual.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkWindow.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnix.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnix3d.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixButton.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixColor.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixCursor.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixDialog.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixDraw.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixEmbed.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixEvent.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixFocus.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixFont.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      -DTK_LIBRARY=\"/home/el
aarag/ns/ns-allinone-2.1b3/tkbox/lib/tk8.0\" \
    ./tkUnixInit.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixMenu.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixMenubu.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixScale.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixScrlbr.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixSelect.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixSend.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixWm.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./tkUnixXId.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkButton.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkEntry.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkFrame.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkListbox.
c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkMenu.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkMenubutt
on.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkMenuDraw
.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkMessage.
c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkScale.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkScrollba
r.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkCanvas.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkCanvArc.
c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkCanvBmap
.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkCanvImg.
c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkCanvLine
.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkCanvPoly
.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkCanvPs.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkCanvText
.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkCanvUtil
.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkCanvWind
.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkRectOval
.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkTrig.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkImage.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkImgBmap.
c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkImgGIF.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkImgPPM.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkImgPhoto
.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkText.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkTextBTre
e.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkTextDisp
.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkTextImag
e.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkTextInde
x.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkTextMark
.c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkTextTag.
c
cc -c -O  -I. -I./../generic -I./../bitmaps -I/home/elaarag/ns/ns-allinone-2.1b3
/tcl8.0/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS
_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -Dstrtod=fixstrtod      ./../generic/tkTextWind
.c
rm -f libtk8.0.a
ar cr libtk8.0.a tk3d.o tkArgv.o tkAtom.o tkBind.o tkBitmap.o tkClipboard.o tkCm
ds.o tkColor.o tkConfig.o tkCursor.o tkError.o tkEvent.o tkFocus.o tkFont.o tkGe
t.o tkGC.o tkGeometry.o tkGrab.o tkGrid.o tkMain.o tkOption.o tkPack.o tkPlace.o
 tkSelect.o tkUtil.o tkVisual.o tkWindow.o tkUnix.o tkUnix3d.o tkUnixButton.o tk
UnixColor.o tkUnixCursor.o tkUnixDialog.o tkUnixDraw.o tkUnixEmbed.o tkUnixEvent
.o tkUnixFocus.o tkUnixFont.o tkUnixInit.o tkUnixMenu.o tkUnixMenubu.o tkUnixSca
le.o tkUnixScrlbr.o tkUnixSelect.o tkUnixSend.o tkUnixWm.o tkUnixXId.o tkButton.
o tkEntry.o tkFrame.o tkListbox.o tkMenu.o tkMenubutton.o tkMenuDraw.o tkMessage
.o tkScale.o tkScrollbar.o tkCanvas.o tkCanvArc.o tkCanvBmap.o tkCanvImg.o tkCan
vLine.o tkCanvPoly.o tkCanvPs.o tkCanvText.o tkCanvUtil.o tkCanvWind.o tkRectOva
l.o tkTrig.o tkImage.o tkImgBmap.o tkImgGIF.o tkImgPPM.o tkImgPhoto.o tkText.o t
kTextBTree.o tkTextDisp.o tkTextImage.o tkTextIndex.o tkTextMark.o tkTextTag.o t
kTextWind.o
ranlib libtk8.0.a
cc  tkAppInit.o -L/home/elaarag/ns/ns-allinone-2.1b3/tk8.0/unix -ltk8.0 -L/home/
elaarag/ns/ns-allinone-2.1b3/tcl8.0/unix -ltcl8.0  -lsocket -lnsl -L/lib/X11 -lX
11 -ldl -lm -lc \
         -o wish
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tkbox/lib
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tkbox/bin
Installing libtk8.0.a
Installing wish
Installing tkConfig.sh
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tkbox/include
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tkbox/lib/tk8.0
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tkbox/lib/tk8.0/images
Installing tk.h
for i in ./../library/*.tcl ./../library/tclIndex ./../library/prolog.ps ./tkApp
Init.c; \
    do \
    echo "Installing $i"; \
    ./install-sh -c -m 644 $i /home/elaarag/ns/ns-allinone-2.1b3/tkbox/lib/tk8.0
; \
    done;
Installing ./../library/bgerror.tcl
Installing ./../library/button.tcl
Installing ./../library/clrpick.tcl
Installing ./../library/comdlg.tcl
Installing ./../library/console.tcl
Installing ./../library/dialog.tcl
Installing ./../library/entry.tcl
Installing ./../library/focus.tcl
Installing ./../library/listbox.tcl
Installing ./../library/menu.tcl
Installing ./../library/msgbox.tcl
Installing ./../library/obsolete.tcl
Installing ./../library/optMenu.tcl
Installing ./../library/palette.tcl
Installing ./../library/safetk.tcl
Installing ./../library/scale.tcl
Installing ./../library/scrlbar.tcl
Installing ./../library/tearoff.tcl
Installing ./../library/text.tcl
Installing ./../library/tk.tcl
Installing ./../library/tkfbox.tcl
Installing ./../library/xmfbox.tcl
Installing ./../library/tclIndex
Installing ./../library/prolog.ps
Installing ./tkAppInit.c
for i in ./../library/images/*; \
    do \
    if [ -f $i ] ; then \
        echo "Installing $i"; \
        ./install-sh -c -m 644 $i /home/elaarag/ns/ns-allinone-2.1b3/tkbox/lib/t
k8.0/images; \
    fi; \
    done;
Installing ./../library/images/README
Installing ./../library/images/logo100.gif
Installing ./../library/images/logo64.gif
Installing ./../library/images/logoLarge.gif
Installing ./../library/images/logoMed.gif
Installing ./../library/images/pwrdLogo100.gif
Installing ./../library/images/pwrdLogo150.gif
Installing ./../library/images/pwrdLogo175.gif
Installing ./../library/images/pwrdLogo200.gif
Installing ./../library/images/pwrdLogo75.gif
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tkbox/lib/tk8.0/demos
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tkbox/lib/tk8.0/demos/images
Installing ./../library/demos/README
Installing ./../library/demos/arrow.tcl
Installing ./../library/demos/bind.tcl
Installing ./../library/demos/bitmap.tcl
Installing ./../library/demos/browse
Installing ./../library/demos/button.tcl
Installing ./../library/demos/check.tcl
Installing ./../library/demos/clrpick.tcl
Installing ./../library/demos/colors.tcl
Installing ./../library/demos/cscroll.tcl
Installing ./../library/demos/ctext.tcl
Installing ./../library/demos/dialog1.tcl
Installing ./../library/demos/dialog2.tcl
Installing ./../library/demos/entry1.tcl
Installing ./../library/demos/entry2.tcl
Installing ./../library/demos/filebox.tcl
Installing ./../library/demos/floor.tcl
Installing ./../library/demos/form.tcl
Installing ./../library/demos/hello
Installing ./../library/demos/hscale.tcl
Installing ./../library/demos/icon.tcl
Installing ./../library/demos/image1.tcl
Installing ./../library/demos/image2.tcl
Installing ./../library/demos/items.tcl
Installing ./../library/demos/ixset
Installing ./../library/demos/label.tcl
Installing ./../library/demos/license.terms
Installing ./../library/demos/menu.tcl
Installing ./../library/demos/menubu.tcl
Installing ./../library/demos/msgbox.tcl
Installing ./../library/demos/plot.tcl
Installing ./../library/demos/puzzle.tcl
Installing ./../library/demos/radio.tcl
Installing ./../library/demos/rmt
Installing ./../library/demos/rolodex
Installing ./../library/demos/ruler.tcl
Installing ./../library/demos/sayings.tcl
Installing ./../library/demos/search.tcl
Installing ./../library/demos/square
Installing ./../library/demos/states.tcl
Installing ./../library/demos/style.tcl
Installing ./../library/demos/tclIndex
Installing ./../library/demos/tcolor
Installing ./../library/demos/text.tcl
Installing ./../library/demos/timer
Installing ./../library/demos/twind.tcl
Installing ./../library/demos/vscale.tcl
Installing ./../library/demos/widget
Installing ./../library/demos/images/earth.gif
Installing ./../library/demos/images/earthris.gif
Installing ./../library/demos/images/face.bmp
Installing ./../library/demos/images/flagdown.bmp
Installing ./../library/demos/images/flagup.bmp
Installing ./../library/demos/images/gray25.bmp
Installing ./../library/demos/images/letters.bmp
Installing ./../library/demos/images/noletter.bmp
Installing ./../library/demos/images/pattern.bmp
Installing ./../library/demos/images/tcllogo.gif
Installing ./../library/demos/images/teapot.ppm
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tkbox/man
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tkbox/man/man1
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tkbox/man/man3
Making directory /home/elaarag/ns/ns-allinone-2.1b3/tkbox/man/mann
Installing doc/wish.1
./mkLinks /home/elaarag/ns/ns-allinone-2.1b3/tkbox/man/man1
Installing doc/3DBorder.3
Installing doc/BindTable.3
Installing doc/CanvPsY.3
Installing doc/CanvTkwin.3
Installing doc/CanvTxtInfo.3
Installing doc/Clipboard.3
Installing doc/ClrSelect.3
Installing doc/ConfigWidg.3
Installing doc/ConfigWind.3
Installing doc/CoordToWin.3
Installing doc/CrtErrHdlr.3
Installing doc/CrtGenHdlr.3
Installing doc/CrtImgType.3
Installing doc/CrtItemType.3
Installing doc/CrtPhImgFmt.3
Installing doc/CrtSelHdlr.3
Installing doc/CrtWindow.3
Installing doc/DeleteImg.3
Installing doc/DrawFocHlt.3
Installing doc/EventHndlr.3
Installing doc/FindPhoto.3
Installing doc/FontId.3
Installing doc/FreeXId.3
Installing doc/GeomReq.3
Installing doc/GetAnchor.3
Installing doc/GetBitmap.3
Installing doc/GetCapStyl.3
Installing doc/GetClrmap.3
Installing doc/GetColor.3
Installing doc/GetCursor.3
Installing doc/GetFont.3
Installing doc/GetGC.3
Installing doc/GetImage.3
Installing doc/GetJoinStl.3
Installing doc/GetJustify.3
Installing doc/GetOption.3
Installing doc/GetPixels.3
Installing doc/GetPixmap.3
Installing doc/GetRelief.3
Installing doc/GetRootCrd.3
Installing doc/GetScroll.3
Installing doc/GetSelect.3
Installing doc/GetUid.3
Installing doc/GetVRoot.3
Installing doc/GetVisual.3
Installing doc/HandleEvent.3
Installing doc/IdToWindow.3
Installing doc/ImgChanged.3
Installing doc/InternAtom.3
Installing doc/MainLoop.3
Installing doc/MainWin.3
Installing doc/MaintGeom.3
Installing doc/ManageGeom.3
Installing doc/MapWindow.3
Installing doc/MeasureChar.3
Installing doc/MoveToplev.3
Installing doc/Name.3
Installing doc/NameOfImg.3
Installing doc/OwnSelect.3
Installing doc/ParseArgv.3
Installing doc/QWinEvent.3
Installing doc/Restack.3
Installing doc/RestrictEv.3
Installing doc/SetAppName.3
Installing doc/SetClass.3
Installing doc/SetGrid.3
Installing doc/SetVisual.3
Installing doc/StrictMotif.3
Installing doc/TextLayout.3
Installing doc/Tk_Init.3
Installing doc/Tk_Main.3
Installing doc/WindowId.3
./mkLinks /home/elaarag/ns/ns-allinone-2.1b3/tkbox/man/man3
Installing doc/bell.n
Installing doc/bind.n
Installing doc/bindtags.n
Installing doc/bitmap.n
Installing doc/button.n
Installing doc/canvas.n
Installing doc/checkbutton.n
Installing doc/chooseColor.n
Installing doc/clipboard.n
Installing doc/destroy.n
Installing doc/dialog.n
Installing doc/entry.n
Installing doc/event.n
Installing doc/focus.n
Installing doc/focusNext.n
Installing doc/font.n
Installing doc/frame.n
Installing doc/getOpenFile.n
Installing doc/grab.n
Installing doc/grid.n
Installing doc/image.n
Installing doc/label.n
Installing doc/listbox.n
Installing doc/loadTk.n
Installing doc/lower.n
Installing doc/menu.n
Installing doc/menubar.n
Installing doc/menubutton.n
Installing doc/message.n
Installing doc/messageBox.n
Installing doc/option.n
Installing doc/optionMenu.n
Installing doc/options.n
Installing doc/pack-old.n
Installing doc/pack.n
Installing doc/palette.n
Installing doc/photo.n
Installing doc/place.n
Installing doc/popup.n
Installing doc/radiobutton.n
Installing doc/raise.n
Installing doc/scale.n
Installing doc/scrollbar.n
Installing doc/selection.n
Installing doc/send.n
Installing doc/text.n
Installing doc/tk.n
Installing doc/tkerror.n
Installing doc/tkvars.n
Installing doc/tkwait.n
Installing doc/toplevel.n
Installing doc/winfo.n
Installing doc/wm.n
./mkLinks /home/elaarag/ns/ns-allinone-2.1b3/tkbox/man/mann
creating cache ./config.cache
No .configure file found in current directory
Continuing with default options...
checking host system type... sparc-sun-solaris2.5.1
checking target system type... sparc-sun-solaris2.5.1
checking build system type... sparc-sun-solaris2.5.1
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... yes
checking for gethostbyname in -lnsl... yes
checking for getnodebyname in -ldnet_stub... no
checking for tcl.h... -I../tclbox/include
checking for libtcl8.0... -R../tclbox/lib -L../tclbox/lib -ltcl8.0
checking for init.tcl... ../tclbox/lib/tcl8.0
checking for tclsh8.0... no
checking for tclsh... tclsh
checking for tk.h... -I../tkbox/include
checking for libtk8.0... -R../tkbox/lib -L../tkbox/lib -ltk8.0
checking for tk.tcl... ../tkbox/lib/tk8.0
checking for X11 header files
checking for X11 library archive
checking for XOpenDisplay in -lX11... no
checking for libXext.a
checking for ranlib... ranlib
checking for a BSD compatible install... ./install-sh -c
checking system version (for dynamic loading)... SunOS-5.5.1
No explicit static compilation flag; setting V_STATIC to ""
checking for main in -ldl... yes
checking for a BSD compatible install... ./install-sh -c
updating cache ./config.cache
creating ./config.status
creating Makefile
creating ./gen
creating ./bin
rm -f libotcl.a otcl.o
gcc -c -g -O2 -DNDEBUG -DUSE_SHM -I. -I../tkbox/include -I../tclbox/include -I/i
nclude  otcl.c
ar cq libotcl.a otcl.o
ranlib libotcl.a
rm -f libotcl.so otcl.o so_locations
gcc -c -g -O2 -DNDEBUG -DUSE_SHM -fpic -I. -I../tkbox/include -I../tclbox/includ
e -I/include  otcl.c
/usr/ccs/bin/ld -G -z text -o libotcl.so otcl.o
otcl has been installed successfully !
creating cache ./config.cache
No .configure file found in current directory
Continuing with default options...
checking host system type... sparc-sun-solaris2.5.1
checking target system type... sparc-sun-solaris2.5.1
checking build system type... sparc-sun-solaris2.5.1
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... yes
checking for gethostbyname in -lnsl... yes
checking for getnodebyname in -ldnet_stub... no
checking for snprintf... no
checking for tcl.h... -I../tclbox/include
checking for libtcl8.0... -R../tclbox/lib -L../tclbox/lib -ltcl8.0
checking for init.tcl... ../tclbox/lib/tcl8.0
checking for tclsh8.0... no
checking for tclsh... tclsh
checking for tk.h... -I../tkbox/include
checking for libtk8.0... -R../tkbox/lib -L../tkbox/lib -ltk8.0
checking for tk.tcl... ../tkbox/lib/tk8.0
checking for otcl.h... -I../otcl
checking for libotcl1.0a3... -R../otcl -L../otcl -lotcl
checking for X11 header files
checking for X11 library archive
checking for XOpenDisplay in -lX11... no
checking for libXext.a
No explicit static compilation flag; setting V_STATIC to ""
checking for main in -ldl... yes
checking for a BSD compatible install... ./install-sh -c
updating cache ./config.cache
creating ./config.status
creating Makefile
creating ./gen
creating ./bin
gcc -c -O2 -DNO_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOT
CL1_0A3 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H
 -DNO_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOTCL1_0A3 -D
HAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../
otcl -I../tkbox/include -I../tclbox/include  -o tcl2c++.o tcl2c++.c
rm -f tcl2c++
c++   -o tcl2c++ tcl2c++.o
c++ -c -O2 -DNO_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOT
CL1_0A3 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H
 -I. -I../otcl -I../tkbox/include -I../tclbox/include  -o Tcl.o Tcl.cc
Tcl.cc: In method `int TclObject::create_framevar(const char *)':
Tcl.cc:348: warning: implicit declaration of function `int snprintf(...)'
c++ -c -O2 -DNO_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOT
CL1_0A3 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H
 -I. -I../otcl -I../tkbox/include -I../tclbox/include  -o Tcl2.o Tcl2.cc
c++ -c -O2 -DNO_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOT
CL1_0A3 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H
 -I. -I../otcl -I../tkbox/include -I../tclbox/include  -o idlecallback.o idlecal
lback.cc
c++ -c -O2 -DNO_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOT
CL1_0A3 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H
 -I. -I../otcl -I../tkbox/include -I../tclbox/include  -o iohandler.o iohandler.
cc
c++ -c -O2 -DNO_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOT
CL1_0A3 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H
 -I. -I../otcl -I../tkbox/include -I../tclbox/include  -o timer.o timer.cc
c++ -c -O2 -DNO_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOT
CL1_0A3 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H
 -I. -I../otcl -I../tkbox/include -I../tclbox/include  -o rate-variable.o rate-v
ariable.cc
c++ -c -O2 -DNO_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOT
CL1_0A3 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H
 -I. -I../otcl -I../tkbox/include -I../tclbox/include  -o tracedvar.o tracedvar.
cc
rm -f embedded-tcl.cc
./tcl2c++ et_tcl ../tclbox/lib/tcl8.0/init.tcl ../tclbox/lib/tcl8.0/history.tcl
../tclbox/lib/tcl8.0/word.tcl ../tclbox/lib/tcl8.0/http2.0/http.tcl > embedded-t
cl.cc
c++ -c -O2 -DNO_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOT
CL1_0A3 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H
 -I. -I../otcl -I../tkbox/include -I../tclbox/include  -o embedded-tcl.o embedde
d-tcl.cc
rm -f embedded-tk.cc
./tcl2c++ et_tk ../tclbox/lib/tcl8.0/init.tcl ../tclbox/lib/tcl8.0/history.tcl .
./tclbox/lib/tcl8.0/word.tcl ../tclbox/lib/tcl8.0/http2.0/http.tcl ../tkbox/lib/
tk8.0/tk.tcl ../tkbox/lib/tk8.0/clrpick.tcl ../tkbox/lib/tk8.0/comdlg.tcl ../tkb
ox/lib/tk8.0/button.tcl ../tkbox/lib/tk8.0/dialog.tcl ../tkbox/lib/tk8.0/entry.t
cl ../tkbox/lib/tk8.0/focus.tcl ../tkbox/lib/tk8.0/listbox.tcl ../tkbox/lib/tk8.
0/menu.tcl ../tkbox/lib/tk8.0/palette.tcl ../tkbox/lib/tk8.0/scale.tcl ../tkbox/
lib/tk8.0/tearoff.tcl ../tkbox/lib/tk8.0/text.tcl ../tkbox/lib/tk8.0/optMenu.tcl
 ../tkbox/lib/tk8.0/scrlbar.tcl > embedded-tk.cc
c++ -c -O2 -DNO_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOT
CL1_0A3 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H
 -I. -I../otcl -I../tkbox/include -I../tclbox/include  -o embedded-tk.o embedded
-tk.cc
rm -f embedded-tclobj.cc
./tcl2c++ et_tclobject tcl-object.tcl tcl-import.tcl tcl-http.tcl > embedded-tcl
obj.cc
c++ -c -O2 -DNO_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE_SHM -DHAVE_LIBOT
CL1_0A3 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H
 -I. -I../otcl -I../tkbox/include -I../tclbox/include  -o embedded-tclobj.o embe
dded-tclobj.cc
rm -f libtclcl.a
ar rc libtclcl.a Tcl.o Tcl2.o idlecallback.o iohandler.o timer.o rate-variable.o
 tracedvar.o embedded-tcl.o embedded-tk.o embedded-tclobj.o
ranlib libtclcl.a
TclCL has been installed successfully!
mv Makefile Makefile.bak
imake -I/usr/lib/X11/config
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c xgraph
.c -o xgraph.o
cc: language F not recognized
cc: xgraph.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c xgX.c
-o xgX.o
cc: language F not recognized
cc: xgX.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c hard_d
evices.c -o hard_devices.o
cc: language F not recognized
cc: hard_devices.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c dialog
.c -o dialog.o
cc: language F not recognized
cc: dialog.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c hpgl.c
 -o hpgl.o
cc: language F not recognized
cc: hpgl.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c ps.c -
o ps.o
cc: language F not recognized
cc: ps.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c idraw.
c -o idraw.o
cc: language F not recognized
cc: idraw.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c xtb.c
-o xtb.o
cc: language F not recognized
cc: xtb.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c st.c -
o st.o
cc: language F not recognized
cc: st.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c params
.c -o params.o
cc: language F not recognized
cc: params.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c alloc.
c -o alloc.o
cc: language F not recognized
cc: alloc.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c draw.c
 -o draw.o
cc: language F not recognized
cc: draw.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c init.c
 -o init.o
cc: language F not recognized
cc: init.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c read.c
 -o read.o
cc: language F not recognized
cc: read.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c tgif.c
 -o tgif.o
cc: language F not recognized
cc: tgif.c: linker input file unused since linking not done
cc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92   -I/include  -DSVR4 -DSYSV      -c deriva
tive.c -o derivative.o
cc: language F not recognized
cc: derivative.c: linker input file unused since linking not done
rm -f xgraph
cc -o xgraph xgraph.o xgX.o hard_devices.o dialog.o hpgl.o ps.o idraw.o xtb.o st
.o params.o alloc.o draw.o init.o read.o tgif.o derivative.o -O -xF -DSYSV -DSVR
4 -xF -Wa,-cg92 -R:/usr/openwin/lib  -L/lib -lXext -lX11 -lm -lsocket -lnsl
cc: xgraph.o: No such file or directory
cc: xgX.o: No such file or directory
cc: hard_devices.o: No such file or directory
cc: dialog.o: No such file or directory
cc: hpgl.o: No such file or directory
cc: ps.o: No such file or directory
cc: idraw.o: No such file or directory
cc: xtb.o: No such file or directory
cc: st.o: No such file or directory
cc: params.o: No such file or directory
cc: alloc.o: No such file or directory
cc: draw.o: No such file or directory
cc: init.o: No such file or directory
cc: read.o: No such file or directory
cc: tgif.o: No such file or directory
cc: derivative.o: No such file or directory
make: *** [xgraph] Error 1
Can not create xgraph! But xgraph is an optional package, continue...
gcc  -I../include -L../lib -DSYSV -DFBSD   -c itm.c -o itm.o
gcc  -I../include -L../lib -DSYSV -DFBSD   -c geog.c -o geog.o
gcc  -I../include -L../lib -DSYSV -DFBSD   -c ts.c -o ts.o
gcc  -I../include -L../lib -DSYSV -DFBSD   -c dfs.c -o dfs.o
gcc  -I../include -L../lib -DSYSV -DFBSD -o ../bin/itm itm.o geog.o ts.o dfs.o -
lm -lgb5
gcc  -I../include -L../lib -DSYSV -DFBSD   -c sgb2alt.c -o sgb2alt.o
gcc  -I../include -L../lib -DSYSV -DFBSD -o ../bin/sgb2alt sgb2alt.o  -lm -lgb5
gcc  -I../include -L../lib -DSYSV -DFBSD   -c edriver.c -o edriver.o
gcc  -I../include -L../lib -DSYSV -DFBSD -o ../bin/edriver edriver.o eval.o -lm
-lgb5
gcc: eval.o: No such file or directory
make: *** [edriver] Error 1
gcc  -I../include -L../lib -DSYSV   -c sgb2ns.c -o sgb2ns.o
gcc  -I../include -L../lib -DSYSV -o ../bin/sgb2ns sgb2ns.o -lm -lgb5
gt-itm & sgb2ns have been installed successfully!
creating cache ./config.cache
No .configure file found in current directory
Continuing with default options...
checking host system type... sparc-sun-solaris2.5.1
checking target system type... sparc-sun-solaris2.5.1
checking build system type... sparc-sun-solaris2.5.1
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... yes
checking for gethostbyname in -lnsl... yes
checking for getnodebyname in -ldnet_stub... no
checking for tcl.h... -I../tclbox/include
checking for libtcl8.0... -R../tclbox/lib -L../tclbox/lib -ltcl8.0
checking for init.tcl... ../tclbox/lib/tcl8.0
checking for tclsh8.0... tclsh8.0
checking for tk.h... -I../tkbox/include
checking for libtk8.0... -R../tkbox/lib -L../tkbox/lib -ltk8.0
checking for tk.tcl... ../tkbox/lib/tk8.0
checking for otcl.h... -I../otcl
checking for libotcl1.0a2... -R../otcl -L../otcl -lotcl
checking for tclcl.h... -I../TclCL
checking for libtclcl1.0b5... -R../TclCL -L../TclCL -ltclcl
checking for tcl2c++... ../TclCL
checking for X11 header files
checking for X11 library archive
checking for XOpenDisplay in -lX11... no
checking for libXext.a
checking for Dbg.h... -I/usr/local/include
checking for libtcldbg... -R/usr/local/lib -L/usr/local/lib -ltcldbg
checking dmalloc... not requested with --with-dmalloc
checking for perl... /usr/local/bin
Explicitly disabling static compilation
checking for main in -ldl... yes
checking for a BSD compatible install... ./install-sh -c
updating cache ./config.cache
creating ./config.status
creating Makefile
creating ./gen
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o random.o random.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o rng.o rng.cc
rng.cc: In method `int RNG::command(int, const char *const *)':
rng.cc:199: warning: decimal integer constant is so large that it is unsigned
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o ranvar.o ranvar.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o misc.o misc.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o timer-handler.o timer-handler.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o scheduler.o scheduler.cc
mem-trace.h: In method `MemTrace::MemTrace()':
In file included from scheduler.cc:48:
mem-trace.h:55: warning: implicit declaration of function `int getrusage(...)'
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o object.o object.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o packet.o packet.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o ip.o ip.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o route.o route.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o connector.o connector.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o ttl.o ttl.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o trace.o trace.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o trace-ip.o trace-ip.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o classifier.o classifier.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o classifier-addr.o classifier-addr.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o classifier-hash.o classifier-hash.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o classifier-mcast.o classifier-mcast.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o classifier-mpath.o classifier-mpath.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o replicator.o replicator.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o classifier-mac.o classifier-mac.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o app.o app.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o telnet.o telnet.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcplib-telnet.o tcplib-telnet.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o trafgen.o trafgen.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o traffictrace.o traffictrace.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o pareto.o pareto.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o expoo.o expoo.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o cbr_traffic.o cbr_traffic.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tbf.o tbf.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o resv.o resv.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o sa.o sa.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o saack.o saack.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o measuremod.o measuremod.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o estimator.o estimator.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o adc.o adc.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o ms-adc.o ms-adc.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o timewindow-est.o timewindow-est.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o acto-adc.o acto-adc.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o pointsample-est.o pointsample-est.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o salink.o salink.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o actp-adc.o actp-adc.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o hb-adc.o hb-adc.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o expavg-est.o expavg-est.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o param-adc.o param-adc.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o null-estimator.o null-estimator.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o adaptive-receiver.o adaptive-receiver.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o vatrcvr.o vatrcvr.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o consrcvr.o consrcvr.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o agent.o agent.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o message.o message.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o cbr.o cbr.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o udp.o udp.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o session-rtp.o session-rtp.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o rtp.o rtp.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o rtcp.o rtcp.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o ivs.o ivs.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp.o tcp.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-sink.o tcp-sink.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-reno.o tcp-reno.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-newreno.o tcp-newreno.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-vegas.o tcp-vegas.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-rbp.o tcp-rbp.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-full.o tcp-full.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o scoreboard.o scoreboard.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-sack1.o tcp-sack1.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-fack.o tcp-fack.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-asym.o tcp-asym.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-asym-sink.o tcp-asym-sink.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-fs.o tcp-fs.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-asym-fs.o tcp-asym-fs.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-int.o tcp-int.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o chost.o chost.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tcp-session.o tcp-session.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o nilist.o nilist.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o integrator.o integrator.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o queue-monitor.o queue-monitor.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o flowmon.o flowmon.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o loss-monitor.o loss-monitor.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o queue.o queue.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o drop-tail.o drop-tail.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o simple-intserv-sched.o simple-intserv-sched.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o red.o red.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o semantic-packetqueue.o semantic-packetqueue.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o semantic-red.o semantic-red.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o ack-recons.o ack-recons.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o sfq.o sfq.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o fq.o fq.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o drr.o drr.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o cbq.o cbq.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o hackloss.o hackloss.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o errmodel.o errmodel.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o delay.o delay.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o ll.o ll.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o snoop.o snoop.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o channel.o channel.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o mac.o mac.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o mac-csma.o mac-csma.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o mac-802_11.o mac-802_11.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o mac-multihop.o mac-multihop.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o dynalink.o dynalink.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o rtProtoDV.o rtProtoDV.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o net-interface.o net-interface.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o ctrMcast.o ctrMcast.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o prune.o prune.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o srm.o srm.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o sessionhelper.o sessionhelper.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o delaymodel.o delaymodel.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o srm-ssm.o srm-ssm.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o srm-topo.o srm-topo.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o alloc-address.o alloc-address.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o address.o address.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o lib/int.Vec.o lib/int.Vec.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o lib/int.RVec.o lib/int.RVec.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o lib/dmalloc_support.o lib/dmalloc_support.cc
rm -f gen/version.c
tclsh8.0 bin/string2c.tcl version_string < VERSION > gen/version.c
gcc -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE
_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE_LI
BOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL
_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tclbox
/include  -o gen/version.o gen/version.c
tclsh8.0 bin/tcl-expand.tcl tcl/lib/ns-lib.tcl | ../TclCL/tcl2c++ et_ns_lib > ge
n/ns_tcl.cc
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o gen/ns_tcl.o gen/ns_tcl.cc
gcc -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -DUSE
_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE_LI
BOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL
_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tclbox
/include  -o win32.o win32.c
c++ -c -g -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -mv8 -msupersparc -D__svr4__ -D
USE_SHM -DHAVE_LIBTCLDBG -DHAVE_DBG_H -DHAVE_LIBTCLCL1_0B5 -DHAVE_TCLCL_H -DHAVE
_LIBOTCL1_0A2 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_
TCL_H  -I. -I/usr/local/include -I../TclCL -I../otcl -I../tkbox/include -I../tcl
box/include  -o tclAppInit.o tclAppInit.cc
mem-trace.h: In method `MemTrace::MemTrace()':
In file included from tclAppInit.cc:78:
mem-trace.h:55: warning: implicit declaration of function `int getrusage(...)'
c++  -o ns \
        tclAppInit.o  random.o rng.o ranvar.o misc.o timer-handler.o scheduler.o
 object.o packet.o ip.o route.o connector.o ttl.o trace.o trace-ip.o classifier.
o classifier-addr.o classifier-hash.o classifier-mcast.o classifier-mpath.o repl
icator.o classifier-mac.o app.o telnet.o tcplib-telnet.o trafgen.o traffictrace.
o pareto.o expoo.o cbr_traffic.o tbf.o resv.o sa.o saack.o measuremod.o estimato
r.o adc.o ms-adc.o timewindow-est.o acto-adc.o pointsample-est.o salink.o actp-a
dc.o hb-adc.o expavg-est.o param-adc.o null-estimator.o adaptive-receiver.o vatr
cvr.o consrcvr.o agent.o message.o cbr.o udp.o session-rtp.o rtp.o rtcp.o ivs.o
tcp.o tcp-sink.o tcp-reno.o tcp-newreno.o tcp-vegas.o tcp-rbp.o tcp-full.o score
board.o tcp-sack1.o tcp-fack.o tcp-asym.o tcp-asym-sink.o tcp-fs.o tcp-asym-fs.o
 tcp-int.o chost.o tcp-session.o nilist.o integrator.o queue-monitor.o flowmon.o
 loss-monitor.o queue.o drop-tail.o simple-intserv-sched.o red.o semantic-packet
queue.o semantic-red.o ack-recons.o sfq.o fq.o drr.o cbq.o hackloss.o errmodel.o
 delay.o ll.o snoop.o channel.o mac.o mac-csma.o mac-802_11.o mac-multihop.o dyn
alink.o rtProtoDV.o net-interface.o ctrMcast.o prune.o srm.o sessionhelper.o del
aymodel.o srm-ssm.o srm-topo.o alloc-address.o address.o lib/int.Vec.o lib/int.R
Vec.o lib/dmalloc_support.o  gen/version.o gen/ns_tcl.o  win32.o -R/usr/local/li
b -L/usr/local/lib -ltcldbg -R../TclCL -L../TclCL -ltclcl -R../otcl -L../otcl -l
otcl -R../tkbox/lib -L../tkbox/lib -ltk8.0 -R../tclbox/lib -L../tclbox/lib -ltcl
8.0 -R/usr/openwin/lib -L/usr/openwin/lib -lXext -lX11 -lsocket -lnsl -ldl -ldl
-lm -ldl
 Ns has been installed successfully!
creating cache ./config.cache
No .configure file found in current directory
Continuing with default options...
checking host system type... sparc-sun-solaris2.5.1
checking target system type... sparc-sun-solaris2.5.1
checking build system type... sparc-sun-solaris2.5.1
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... yes
checking for gethostbyname in -lnsl... yes
checking for getnodebyname in -ldnet_stub... no
checking for tcl.h... -I../tclbox/include
checking for libtcl8.0... -R../tclbox/lib -L../tclbox/lib -ltcl8.0
checking for init.tcl... ../tclbox/lib/tcl8.0
checking for tk.h... -I../tkbox/include
checking for libtk8.0... -R../tkbox/lib -L../tkbox/lib -ltk8.0
checking for tk.tcl... ../tkbox/lib/tk8.0
checking for otcl.h... -I../otcl
checking for libotcl0.96... -R../otcl -L../otcl -lotcl
checking for tclcl.h... -I../TclCL
checking for libtclcl1.0b3... -R../TclCL -L../TclCL -ltclcl
checking for tcl2c++... ../TclCL
checking for X11 header files
checking for X11 library archive
checking for XOpenDisplay in -lX11... no
checking for libXext.a
checking for Dbg.h... no
checking for libtcldbg... no
Explicitly disabling static compilation
checking for main in -ldl... yes
checking for a BSD compatible install... ./install-sh -c
updating cache ./config.cache
creating ./config.status
creating Makefile
creating ./gen
creating ./bin
rm -f tkcompat.o; gcc -o tkcompat.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc
-D__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHA
VE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../Tc
lCL -I../otcl -I../tkbox/include -I../tclbox/include   tkcompat.c
rm -f tkUnixInit.o; gcc -o tkUnixInit.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersp
arc -D__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96
-DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I.
./TclCL -I../otcl -I../tkbox/include -I../tclbox/include   tkUnixInit.c
rm -f xwd.o; gcc -o xwd.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__
 -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTCL_H
-DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I../o
tcl -I../tkbox/include -I../tclbox/include   xwd.c
rm -f netview.o; c++ -o netview.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D
__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE
_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclC
L -I../otcl -I../tkbox/include -I../tclbox/include   netview.cc
rm -f netmodel.o; c++ -o netmodel.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc
-D__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHA
VE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../Tc
lCL -I../otcl -I../tkbox/include -I../tclbox/include   netmodel.cc
rm -f edge.o; c++ -o edge.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__svr4
__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTCL_
H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I..
/otcl -I../tkbox/include -I../tclbox/include   edge.cc
rm -f packet.o; c++ -o packet.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__
svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_O
TCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL
-I../otcl -I../tkbox/include -I../tclbox/include   packet.cc
rm -f node.o; c++ -o node.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__svr4
__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTCL_
H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I..
/otcl -I../tkbox/include -I../tclbox/include   node.cc
rm -f main.o; c++ -o main.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__svr4
__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTCL_
H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I..
/otcl -I../tkbox/include -I../tclbox/include   main.cc
rm -f trace.o; c++ -o trace.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__sv
r4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTC
L_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I
../otcl -I../tkbox/include -I../tclbox/include   trace.cc
rm -f queue.o; c++ -o queue.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__sv
r4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTC
L_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I
../otcl -I../tkbox/include -I../tclbox/include   queue.cc
rm -f drop.o; c++ -o drop.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__svr4
__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTCL_
H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I..
/otcl -I../tkbox/include -I../tclbox/include   drop.cc
rm -f animation.o; c++ -o animation.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msuperspar
c -D__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -D
HAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../
TclCL -I../otcl -I../tkbox/include -I../tclbox/include   animation.cc
rm -f agent.o; c++ -o agent.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__sv
r4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTC
L_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I
../otcl -I../tkbox/include -I../tclbox/include   agent.cc
rm -f feature.o; c++ -o feature.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D
__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE
_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclC
L -I../otcl -I../tkbox/include -I../tclbox/include   feature.cc
rm -f route.o; c++ -o route.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__sv
r4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTC
L_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I
../otcl -I../tkbox/include -I../tclbox/include   route.cc
rm -f transform.o; c++ -o transform.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msuperspar
c -D__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -D
HAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../
TclCL -I../otcl -I../tkbox/include -I../tclbox/include   transform.cc
rm -f paint.o; c++ -o paint.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__sv
r4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTC
L_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I
../otcl -I../tkbox/include -I../tclbox/include   paint.cc
rm -f state.o; c++ -o state.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__sv
r4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTC
L_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I
../otcl -I../tkbox/include -I../tclbox/include   state.cc
rm -f monitor.o; c++ -o monitor.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D
__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE
_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclC
L -I../otcl -I../tkbox/include -I../tclbox/include   monitor.cc
rm -f anetmodel.o; c++ -o anetmodel.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msuperspar
c -D__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -D
HAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../
TclCL -I../otcl -I../tkbox/include -I../tclbox/include   anetmodel.cc
rm -f random.o; c++ -o random.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__
svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_O
TCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL
-I../otcl -I../tkbox/include -I../tclbox/include   random.cc
rm -f rng.o; c++ -o rng.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__
 -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTCL_H
-DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I../o
tcl -I../tkbox/include -I../tclbox/include   rng.cc
rm -f view.o; c++ -o view.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__svr4
__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTCL_
H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I..
/otcl -I../tkbox/include -I../tclbox/include   view.cc
rm -f graphview.o; c++ -o graphview.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msuperspar
c -D__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -D
HAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../
TclCL -I../otcl -I../tkbox/include -I../tclbox/include   graphview.cc
rm -f netgraph.o; c++ -o netgraph.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc
-D__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHA
VE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../Tc
lCL -I../otcl -I../tkbox/include -I../tclbox/include   netgraph.cc
rm -f lan.o; c++ -o lan.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msupersparc -D__svr4__
 -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_96 -DHAVE_OTCL_H
-DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -I../TclCL -I../o
tcl -I../tkbox/include -I../tclbox/include   lan.cc
rm -f gen/version.c
cat VERSION | sed 's/.*/char version[] = "&";/' > gen/version.c
rm -f gen/version.o; gcc -o gen/version.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msuper
sparc -D__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_9
6 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -
I../TclCL -I../otcl -I../tkbox/include -I../tclbox/include   gen/version.c
../TclCL/tcl2c++ et_nam nam.tcl >> gen/nam_tcl.cc
rm -f gen/nam_tcl.o; c++ -o gen/nam_tcl.o -c -O2 -DTCL_TK  -DNDEBUG -mv8 -msuper
sparc -D__svr4__ -DUSE_SHM -DHAVE_LIBTCLCL1_0B3 -DHAVE_TCLCL_H -DHAVE_LIBOTCL0_9
6 -DHAVE_OTCL_H -DHAVE_LIBTK8_0 -DHAVE_TK_H -DHAVE_LIBTCL8_0 -DHAVE_TCL_H  -I. -
I../TclCL -I../otcl -I../tkbox/include -I../tclbox/include   gen/nam_tcl.cc
rm -f nam; c++   -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 netgra
ph.o lan.o gen/version.o gen/nam_tcl.o  -R../TclCL -L../TclCL -ltclcl -R../otcl
-L../otcl -lotcl -R../tkbox/lib -L../tkbox/lib -ltk8.0 -R../tclbox/lib -L../tclb
ox/lib -ltcl8.0 -R/usr/openwin/lib -L/usr/openwin/lib -lXext -lX11 -lsocket -lns
l -ldl -ldl -lm -ldl
Nam has been installed successfully!
Please compiling your xgraph separately!
Ns-allinone package has been installed successfully !
Here are the installation places:
ns:     /home/elaarag/ns/ns-allinone-2.1b3/ns-2/ns
otcl:   /home/elaarag/ns/ns-allinone-2.1b3/otcl
TclCL:  /home/elaarag/ns/ns-allinone-2.1b3/TclCL
tcl8.0: /home/elaarag/ns/ns-allinone-2.1b3/tclbox
tk8.0:  /home/elaarag/ns/ns-allinone-2.1b3/tkbox
nam:    /home/elaarag/ns/ns-allinone-2.1b3/nam-1/nam
gt-itm:   /home/elaarag/ns/ns-allinone-2.1b3/itm, edriver, sgb2alt, sgb2ns
 
You can delete /home/elaarag/ns/ns-allinone-2.1b3/tcl8.0 and /home/elaarag/ns/ns
-allinone-2.1b3/tk8.0 if
you want save your disk space
-----------------------------------------------------
Please put /home/elaarag/ns/ns-allinone-2.1b3/bin into your PATH environment!
Please put /home/elaarag/ns/ns-allinone-2.1b3/otcl into your LD_LIBRARY_PATH env
ironment!
 
You can run the ns validation suite with
cd ns-2; ./validate