Faker, do you mind turning the above advice into a HOWTO at some point?
http://www.nsnam.org/wiki/index.php/HOWTOs
- Tom
It is easy, but you need an account enabled for editing (we do not have
an open access wiki because of the spam problems). Create an account
and then send me your account name and I will enable it for editing.
Tom
dyld: Library not loaded: debug/libns3.dylib
Referenced from: /Users/mihirdaftari/ns3/ns-3-allinone/ns-3-dev/build/debug/examples/hello-simulator
Reason: image not found
Any ideas?
Thanks.
I am not familiar with Eclipse but the error you are seeing above is due
to libns3.dylib not being in your DYLD_LIBRARY_PATH for OS X. You can
either set the environment variable DYLD_LIBRARY_PATH to include the
absolute path to libns3.dylib, or else run the program through the waf
shell as in
"./waf --run hello-simulator"