Re: [ns] How to create a object .o file...???

2007-04-14 Thread wenping zhang

create a directory under ns2xx(named A)

add  A/xx.h   A/xx.cc in makefile.in(under ns2.xx).

./configure,make clean,make depend,make(under ns2.xx directory)
- Original Message - 
From: "Velan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 14, 2007 12:02 PM
Subject: [ns] How to create a object .o file...???


> 
> Hi ns-users...
> 
> I created .cc file for my own packet forma, and also i created the
> header file for thar particular packet format. Then i don't know how to
> create the .o (object file) ? . Where i store the .cc file and .h file.
> Then how to compile it...
> 
> 
> Thanks and regards...
> Velan



[ns] How to create a object .o file...???

2007-04-13 Thread Velan

Hi ns-users...

 I created .cc file for my own packet forma, and also i created the
header file for thar particular packet format. Then i don't know how to
create the .o (object file) ? . Where i store the .cc file and .h file.
Then how to compile it...


Thanks and regards...
Velan