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

No Subject



Hello ns users!
I installed ns-allinone-2.1b6/ on my redHat
5.2,  in the directory /root/ns-allinone-2.1b6/ns-2.1b6 ,
did
./configure
make
and obtained a wonderful working version of ns.

Then I wanted to have another copy of the source to modify it, so I did:

mkdir /disk2/nstest
cp -R /root/ns-allinone-2.1b6/ns-2.1b6/*  /disk2/nstest
cd /disk2/nstest
find . -exec chmod a+x  {} \;
./configure

and I got:

[root@station2 nstest]# ./configure
loading cache ./config.cache
No .configure file found in current directory
Continuing with default options...
checking host system type... i586-pc-linux-gnu
[snip]
checking for tclsh8.0.4... (cached) ../tclbox/bin/tclsh8.0
./configure: ../tclbox/bin: No such file or directory
checking for tk.h... configure: error: NONE is not a directory
[root@station2 nstest]#  

What should I do to have my "configure" script work in this "copied directory"
case?

Thank you,

-- 
Robin Poss