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

Re: compiled version of nam



On Wed, 18 Nov 1998 11:25:58 CST, Jyothi Gandla wrote: 
>Hi all,
>	I'm a master's student working on independent study which involes
>Network Simulator. For this, I installed all the packages needed except
>nam. I have downloaded nam-1.0a4 and I get the following error when I ran
>make command:
>m -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 netgraph.o lan.o gen/version.o gen/nam_tcl.o  -R/usr/local/lib
>-L/usr/local/lib -ltclcl -R/usr/local/lib -L/usr/local/lib -lotcl
>-R/net/www/var/ftp/incoming/jgandla/project/nam-1.0a4/../tk8.0/unix
>-L/net/www/var/ftp/incoming/jgandla/project/nam-1.0a4/../tk8.0/unix
>-ltk8.0 -R../tcl8.0/unix -L../tcl8.0/unix -ltcl8.0 -lXext -lX11 -lsocket
>-lnsl -ldl -ldl -lm -ldl 
>Undefined                       first referenced
> symbol                             in file
>__9TclObjecte                       netmodel.o
>bind__8TclClasse                    netmodel.o
>otcl_mappings__8TclClasse           netmodel.o
>load__11EmbeddedTcle                main.o
>delay_bind_init_all__9TclObjecte    netmodel.o
>ld: fatal: Symbol referencing errors. No output written to nam
>make: *** [nam] Error 1
>
>
>Can somebody help me to fix this error or if anybody has the compiled
>version of this for Solaris , please let me know. It will be of great
>help.
>thanks

These should be in the otcl and tclcl libraries.  Please check that
you've built them and are linking against them correctly.

   -John Heidemann