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

No Subject



On Fri, 26 Sep 1997 14:30:24 EDT, Shahzad Ali wrote: 
>I am trying to install ns v2 with Tclv7.6 and Tk v4.2.  While compiling
>the source code for otcl, I got this error.  i was wondering if you could
>help me with this error.  The error is during the link phase of the
>compilation process.  I am enclosing the exact error that the linker is
>giving me.
>Thanks 
>
>Shahzad
>
>gcc -o otclsh -g -O -I. -I../tcl7.6/generic
>-I../tk4.2/bin/include -I/usr/local/X11R6/include otclAppInit.c \
>-L. -lotcl -L../tcl7.6/bin/lib -ltcl7.6 -ldl -lm

Several people suggested ways to build otclsh
by adding libraries.

Ns doesn't actually use the otclsh program, just the library,
so you can also just ignore this error.

   -John