muralikrishna g wrote:
> hi to all..
>
> i am using NS-2.33, now i made changes to classifier.cc and queue.cc, to get
> these changes in to effect i have to compile.. but i don't have idea on how
> to compile after modifications.. please help me regarding this..
>
Your question appears to be answered by the FAQ:
* _What should I do to compile ns to reflect my changes if I've
modified some .cc or .h files?_
go to ns directory and run "make" or "make depend; make"
Assuming unix-like systems, go to the directory with the root of all the
source (in my case it is cd /usr/src/ns-2.33) and execute the following
three commands:
make clean
make
make install
- David Ross
Brisbane, Australia.