Dne 22.8.2010 16:33, kthakore napsal(a):
> Hello,
>
> We are working on binding ODE to Perl and we are using the C
> interface. We can get our bindings to compile fine. However on linking
> we get the following error.
>
> undefined symbol: _ZdaPv
>
> Our code is at http://github.com/PerlGameDev/ODE
On Mon, Aug 23, 2010 at 10:36 AM, kmx wrote:
>
> Hi Kartik,
>
> 1/ check whether you are linking with -lstdc++
>
Yup, that was it. We actually figured it out a couple of hours after
he posted this, and forgot to post a follow-up. The code you tested
likely already had this implemented, btw.
Than