[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] compilation problem



u can do a change in Makefile adding your *.o file in OBJ_CC
do a "make clean(if u want)", "make depend", and then "make". 

  Renjish.
 

On Sun, 15 Oct 2000, Ratul Mahajan wrote:

> 
> if you added a new source file, you need to modify the makefile. 
> 1. Change Makefile.in to include in the list of files your own *.o file
> (if your file is new.cc, put in new.o in the list)
> 2. run configure
> 3. run make
> 
> 	-ratul
> 
> On Sun, 15 Oct 2000, Pushpendra Singh wrote:
> 
> > Hi all
> > 	After making changes in ns directory .what do i have to do ?????
> > I am doing 
> > 
> > make clean
> > make ns
> > 
> > in ns-2.1b6/ directory but i am unable to attach new agent.
> > 
> > Please help?
> > 
> > 
> > Regards,
> > 
> > 
> > ===============================================================================
> > "  World   is   like   a   mirror,   reflecting   what   u   do !
> >    give   the   world   the   best   &   best   will   come   to  u!!"	 
> > 
> > 
> > Pushpendra Singh
> > C-35,Nilgiri House
> > IIT Campus,New Delhi
> > E-mail:	[email protected]
> > 	[email protected]
> > 	[email protected]
> > Ph.   : 91-11-6521278
> > 
> >              Visit me at:  www.cse.iitd.ernet.in/~csa99010
> >                            
> > ===============================================================================
> > 
> > 
> > 
> 
>