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

Re: compiling ns



On Fri, 11 Dec 1998 01:43:32 PST, raed sunna wrote: 
>Hi , I have a problem compiling "ns" , I get the message :
>
>
>
>   rm  -f gen/version.c
>
>   tclsh8.0 bin/string2c.tcl  version_string < VERSION >  gen/version.c
>
>   sh: tclsh8.0: not found
>
>   *** Error code 1
>
>   make: Fatal error: Command failed for target 'gen/version.c'
>
>
>
> I do not know what is the problem, the cofiguration for "ns" was OK. 
>(I had to edit all the configure files in all the parts 
>(tcl,tk,otcl...), and the Makefile for tcl and tk) .
>
>  can you help me with this one ,

The problem is that the program "tclsh8.0" can't be found to build ns.)
(Is sh's error message not clear??)

Configure should auto-find this program (in the current ns release).
It sounds like either
    1. you're running an old version
    2. configure is failing

If it's 2, please look at the code in configure involving V_TCLSH.
It works on our systems (to the best of my knowledge).

   -John Heidemann