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

Re: [ns] problem in installing




kvn_varma>     gcc -c -g -o2 -DNDEBUG -DHAVE_STL -DUSE_SHM -I. 
kvn_varma> -I/home/vijay/tk8.3.2/generic -Iotcl.c:21:20
kvn_varma>     tclInt.h:No such file or directory
kvn_varma>     make: *** [libotcl.a] Error1
kvn_varma> 
kvn_varma> can any one help me in fixing this problem

tclInt.h must be tcl8.3.2/generic/, and your configure find only
"tk8.3.2" in your home.

From the gcc command line, your "configure" failed to find Tcl8.3.2
*SOURCE* (maybe tcl is installed in /usr/local/lib or like on your
machine; I guess the tclInt.h only in tcl source and the otcl needs
tcl source tree...)

    yasu