undefined reference to 'class::function' error

2003-10-09 Thread Kai Xu \(Kevin\)
Hi there, I guess this is a very simple question, but I searched all the achieves and internet and just can not find a answer. I know little about c++ and UNIX, so please bear with me. The problem is like this: I need to use someone else's c++ package under windows xp. The package is initially de

Re: undefined reference to 'class::function' error

2003-10-09 Thread Kai Xu \(Kevin\)
NCone *q; q=new NCone(p,head->next); head->next=q; } else { NConeF *q; q=new NConeF(p,head->next); q->fraction=fraction; head->next=q; } } - Original Message - From: "Igor Pechtchanski" <[EMAIL PROTEC

Re: undefined reference to 'class::function' error

2003-10-09 Thread Kai Xu \(Kevin\)
ld be some problem here. Kevin - Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Kai Xu (Kevin)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 11:53 PM Subject: Re: undefined reference to '

Re: undefined reference to 'class::function' error

2003-10-09 Thread Kai Xu \(Kevin\)
me, I read the list (I set the Reply-To: for a reason). > > More below. > > > > On Fri, 10 Oct 2003, Kai Xu (Kevin) wrote: > > > > > As I am not good at c++, I am not sure what you mean by "link the file > that > > > defines this function int