bug-gplusplus
[Top][All Lists]
Advanced

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

Re: DLList problem


From: André Pönitz
Subject: Re: DLList problem
Date: 2 Jul 2002 16:59:29 GMT

Robert C Reynolds <address@hidden> wrote:
> When linking (Solaris 2.8, GNU g++ V3.1) we get the following four
> undefined symbols:
> 
> BaseDLList::clear()
> BaseDLList::error(char const*)
> BaseDLList::del(void*&, int)
> BaseDLList::append(void const*)
> 
> BaseDLList, the parent class of DLList and methods are all present in
> DLList.cc, DLList.h

Do you link the library in which you implemented BaseDLList? If so, how?

Andre'

[PS: BaseDLList sounds liked a "double linked list". What is its
advantage over std::list?]

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]