Hi folks i am newbie in blender and i am try to build it in linux ubuntu 11.04 64bit and i got the following error
Linking CXX shared library ../../bin/bpy.so
/usr/bin/ld: /usr/local/lib/libpython3.2m.a(abstract.o): relocation R_X86_64_32S against `_PyObject_NextNotImplemented' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libpython3.2m.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
can anyone tell my what's wrong?
Thanx at progress
Either your python or your blender is not being compiled with the -fPIC flag (for position independent code).
Any reason why you have a custom Python build (/usr/local/lib) instead of using the distro-provided one (/usr/lib)?