[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: a problem in building ns-2.1b4
On Wed, 03 Mar 1999 22:53:12 PST, Dapeng Wu wrote:
>Dear all,
>
>I had a problem in building ns-2.1b4 on Sun Ultra 30, Solaris 2.6.
>
>First I downloaded all-in-once *.tar.gz file and unpacked them under my
>home directory. Then I successfully "make" under TclCL directory. I
>also successfully "configure" under ns directory. But "make" (ns)
>failed.
>
>The last part of the message is as follows:
>
>---------------------------------------------------------
> webcache/tcpapp.o webcache/http-aux.o lanRouter.o tfcc.o filter.o
>gen/version.o gen/ns_tcl.o win32.o -R../tclcl -L../tclcl -ltclcl
>-R/usr/local/lib -L/usr/local/lib -lotcl -R/usr/local/lib
>-L/usr/local/lib -ltk -R/usr/local/lib -L/usr/local/lib -ltcl -lXext
>-lX11 -lsocket -lnsl -ldl -ldl -lm -ldl
>Undefined first referenced
> symbol in file
>Tcl_DeleteCommandFromToken /usr/local/lib/libotcl.so
>Tcl_CreateNamespace /usr/local/lib/libotcl.so
>Tcl_GetStringFromObj /usr/local/lib/libotcl.so
>Tcl_AddObjErrorInfo /usr/local/lib/libotcl.so
>Tcl_GetStringResult replicator.o
>TclFreeObj /usr/local/lib/libotcl.so
>Tcl_ProcObjCmd /usr/local/lib/libotcl.so
>Tcl_FindCommand /usr/local/lib/libotcl.so
>Tcl_NewStringObj /usr/local/lib/libotcl.so
>ld: fatal: Symbol referencing errors. No output written to ns
>make: *** [ns] Error 1
>-----------------------------------------------------------
There is a problem with your tcl library (the Tcl_* is the hint).
Rebuild it and watch for errors (out of disk space?).
-John Heidemann