Hai,
i was a little confused as to where to place my question..
and i decided my q would be more appropriate here ..
so.. after installing ns2.9... without any errors and a perfect validation now the ns spits the error
Code:
[vivek@localhost ns-2.29]$ ./ns
% ns example1.tcl
warning: using backward compatibility mode
error when calling class OldSim: example1.tcl
% cat example1.tcl
set ns [ new Simulator ]
set nf [ open out.nam w ]
$ns namtrace-all $nf
proc finish { }
{
global ns nf
$ns flush-trace
close $nf
exec nam out.name &
exit 0
}
set n0 [ $ns node ]
set n1 [ $ns node ]
$ns duplex-link $n0 $n1 10ms DropTail
$ns at 5.0 "finish"
$ns run
%
I saw a lot of these kind in ns-mailing list with no proper solution.. so i resorted to LQ, my favourite