[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ns compiling
On Wed, 16 Dec 1998 00:03:58 PST, raed sunna wrote:
>What does it mean when the configuration for ns WORKS OK, ( including
>finding tclsh8.0 ) , but the compilation does NOT work and the following
>message appears :
>
> 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'
There is a bug in ns-2.1b4's configure; it only remembers that it
finds tclsh8.0, not the complete path to it.
This will be fixed in tonight's ns and nam snapshots;
for now the work-around is to manually edit the Makefile and specify
the path to tclsh on the line that begins "TCLSH =".
-John Heidemann