develooper Front page | perl.sdl.devel | Postings from August 2010

Re: Errors while binding ODE to Perl

Thread Previous | Thread Next
From:
kmx
Date:
August 23, 2010 06:37
Subject:
Re: Errors while binding ODE to Perl
Message ID:
4C727972.8010809@volny.cz
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 .
>   

Hi Kartik,

1/ check whether you are linking with -lstdc++

2/ as ODE lib is written in C++ it is "less-trouble-making" to link via
g++ than with ld

Note: I have not experienced the described link error when testing ODE +
Alien::ODE from your github on Win32 Strawberry Perl.

--
kmx


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About