(Sorry I forgot to reply to the list the first time)

> hello there
Hi!
..anybody have experience in having this after add some module?
i added Noah module and sdist.cc .. and after run make all..the result seem
like this ..i'm using NS-2.31.
Did you run "make clean" first? That will delete all your old .o  
files. If you don't run
"make clean", the Makefile doesn't realize that you've added anything  
new. Also, make
sure you add your new .o files to the makefile in the object list.  
That means here:
[/code}
OBJ_CC = \
         tools/random.o tools/rng.o tools/ranvar.o common/misc.o  
common/timer-handler.o \
.
.
.
wpan/p802_15_4trace.o wpan/p802_15_4transac.o \
ts/ts.o \
@V_STLOBJ@

I added "ts/ts.o \". Lastly, make sure you edit Makefile.in (not  
Makefile), since
Makefile is created by looking at the contents of Makefile.in. See  
here for more
information: http://www.la-samhna.de/library/compile/configure.html

Hope that helps!
--
Candace Phelps
3rd Yr Honors CS Student


Quoting AZHAR MOHD ARIS <[EMAIL PROTECTED]>:

>
> hello there ..anybody have experience in having this after add some module?
> i added Noah module and sdist.cc .. and after run make all..the result seem
> like this ..i'm using NS-2.31.
>
> 1. I install ns-2.31 and its successfull! (with .confgure and make all) and
> test %ns  and validate --- ok
> 2. then i add extension module from
> http://icapeople.epfl.ch/widmer/MobileIP/ns-extension/steps.html (doing like
> it says)
> 3. rerun the ./configure and try to make all
> 4. the error seem like below... check the makefile.in and everything ok
> (followed the guide from author website)
> 5. but... ermm
>
>  cb; do ( cd $i; make all; ) done
>  make[1]: Entering directory `/usr/local/ns2/ns-
>  allinone-2.31/ns-2.31/indep-utils/cmu-scen-gen/setdest'
>  make[1]: Nothing to be done for `all'.
>  make[1]: Leaving directory
>  `/usr/local/ns2/ns-allinone-2.31/ns-2.31/indep-utils/cmu-scen-gen/setdest'
>  make[1]: Entering directory `/usr/local/ns2/ns-
>  allinone-2.31/ns-2.31/indep-utils/webtrace-conv/dec'
>  make[1]: Nothing to be done for `all'.
>  make[1]: Leaving directory
>  `/usr/local/ns2/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/dec'
>  make[1]: Entering directory `/usr/local/ns2/ns-
>  allinone-2.31/ns-2.31/indep-utils/webtrace-conv/epa'
>  make[1]: Nothing to be done for `all'.
>  make[1]: Leaving directory
>  `/usr/local/ns2/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/epa'
>  make[1]: Entering directory `/usr/local/ns2/ns-
>  allinone-2.31/ns-2.31/indep-utils/webtrace-conv/nlanr'
>  make[1]: Nothing to be done for `all'.
>  make[1]: Leaving directory
>  `/usr/local/ns2/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/nlanr'
>  make[1]: Entering directory `/usr/local/ns2/ns-
>  allinone-2.31/ns-2.31/indep-utils/webtrace-conv/ucb'
>  make[1]: Nothing to be done for `all'.
>  make[1]: Leaving directory
>  `/usr/local/ns2/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/ucb'
>
>
>
> --
> AZHAR MOHD ARIS (GS16917)
> Master in Computer Science Candidate (Distributed Computing)
> University Putra of Malaysia
> +^019.613.742.2
> YM: azuan76
>
>



Reply via email to