help-gplusplus
[Top][All Lists]
Advanced

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

Re: Unsatisfied Link Error when compiling with g++ 3.2.3


From: Paul Pluzhnikov
Subject: Re: Unsatisfied Link Error when compiling with g++ 3.2.3
Date: Mon, 04 Jul 2005 20:57:07 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

Leonard Wesley <lwesley@intellexus.com> writes:

> <file name>.so:  undefined symbol:  _ZN5FrameI21ContinuousPropositionEaSERKS1_

Demangled:
Frame<ContinuousProposition>::operator=(Frame<ContinuousProposition> const&)

> The unresolved link error error seems to be related to a 
> constructor/destructor

What made you think that? You do know about c++filt, don't you?

> is needed as a result of the  ContinuousFrameMapping[tag] = Fx;  statement.

That would make sence.

> However, I cannot figure out what needs to be defined to fix this error.

The operator=() above.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

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