I'm using NS2.35 under Cygwin. I see that the dei80211mr v1.14 MAC files are
installed already from the AllInOne installation package. I tried running
.....\dei80211mr-1.1.4\samples\adhoc_tcp.tcl to validate that it is functional.
I get this error:
$ ns adhoc_tcp.tcl
dynamic loading is not currently available on this system
while executing
"load ../src/.libs/cygdei80211mr-0.dll"
invoked from within
"if {[string match "CYGWIN*" "$system_type"] == 1} {
load ../src/.libs/cygdei80211mr-0.dll
} else {
load ../src/.libs/libdei80211mr.so
} "
(file "adhoc_tcp.tcl" line 79)
Does something have to be enabled to allow dynamic loading? At this page:
<http://telecom.dei.unipd.it/ns/miracle/ns2-33-miracle-mini-HowTo.html> I read
that "The ns-allinone-2.33 package is already patched for dynamic libraries. No
patch is necessary."
I'm not trying to run nsmiracle, only the dei80211mr MAC model.