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

[ns] request



Hi,
 I'm trying to install ns on redhat linux. "./configure" has run fine in
ns-2.1b6 directory but it gives me the following error when i try to 
run "make" in the directory.

/bin/sh: gen/ns_tcl.cc: Permission denied
error writing "file1": broken pipe
    while executing
"puts $line"
    ("while" body line 11)
    invoked from within
"while 1 {
                if { [gets $f line] < 0 } {
                        close $f
                        puts "### tcl-expand.tcl: end expanding $name"
                        return
                }
                set L [split $line]
                if { [llen..."
    (procedure "expand_file" line 8)
    invoked from within
"expand_file [file tail $name]"
    ("foreach" body line 5)
    invoked from within
"foreach name $argv {
        set dirname [file dirname $name]
        if {$dirname != "."} {
                cd $dirname
                expand_file [file tail $name]
                cd $startupDir
        } else ..."
    (file "bin/tcl-expand.tcl" line 64)
make: *** [gen/ns_tcl.cc] Error 1



Can you please tell me what it means.
Thanking you
Lavanya