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