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

Re: [ns] Problem-Making a new application



Can you provide more details (code fragment maybe)
how did you define your application?

Kun-chan Lan

On Wed, 1 Aug 2001, Rohan Puri wrote:

> Hi,
> I wrote a new application to run on top of UDP agent. have written the cc
> and .h files, but when i do a make i get the following error
> 
> ---------------------------------------------------------------
> 
> timeapp.o: In function `TimeAppClass::create(int, char const *const *)':
> timeapp.o(.TimeAppClass::gnu.linkonce.t.create(int, char const *const
> *)+0x14): undefined reference to `TimeApp::TimeApp(void)'
> collect2: ld returned 1 exit status
> make: *** [ns] Error 1
> ---------------------------------------------------------------
> 
> Where TimeApp is the name of the application class.
> 
> Help anyone.
> 
> Thanx
> Rohan
>