Dear Sir/Madam,
I was trying to get routing table from the DSR protocol.And 1st I copied dsr.cc file and dsr-rreq-table.cc file into scratch folder and then run it. After that I got errors. It said add header files like "dsr-rreq-table.h" and I added all .h files to the scratch folder and then run it again( "./waf --run dsr --vis") After that I got error like (.text+0x20):undefined references to 'main',collect2: error: ld returned 1 exit status. What should I do now?