Re: [ns] How to make .o files

2006-08-08 Thread plucs
I suggest you look at the Makefile first, then make the necessary modifications and run make. P. Aleksandar Smolovic wrote: > Hi all, > > when I need to install a module under NS2 and have modulefile.cc and > modulefile.h files how to make modulefile.o ? > > Thanks. > > > >

[ns] How to make .o files

2006-08-08 Thread Aleksandar Smolovic
Hi all, when I need to install a module under NS2 and have modulefile.cc and modulefile.h files how to make modulefile.o ? Thanks.

Re: [ns] how to make .o files

2006-08-06 Thread Buvaneshwari M
where do you want your Pick.o to be in- thats where you place your .h/cc Message: 7 Date: Sun, 6 Aug 2006 15:51:47 +0200 From: "Bie New" Subject: [ns] how to make .o files To: ns-users@ISI.EDU

[ns] how to make .o files

2006-08-06 Thread Bie New
Hello there: I an a newbie to NS2 and C++. I make a files Pick.cc/.h files and Pick.tcl, to install the Pick to NS2 , I need to put Pick.o into makefile,but I don't know how to create Pick.o file, In Pick.h, It include "connector.h" , I don't know where to put my Pick.cc/.h files and how to mak