Page 1 of 1

undefined symbol

Posted: Tue Nov 16, 2010 3:44 pm
by alfarabi
I recently attempted to access the dynamic magma 0.2 libraries available for download in another posting on this forum using Python's ctypes on 64-bit Linux, I observed the following error:

Code: Select all

undefined symbol: __gxx_personality_v0
Any idea why this is happening? Also, have the previously announced plans to release source code been effectively abandoned?

Re: undefined symbol

Posted: Fri Dec 24, 2010 11:47 pm
by braunm
I just came across this error, too. When compiling, link to libstdc++ as well as the cuda libraries. This is a symbol in the standard C++ library.