Hello, Is anyone else on debian ppc sid seeing this? ./armagetron: error while loading shared libraries: /usr/lib/libSDL_image-1.2.so.0: R_PPC_REL24 relocation at 0x0ffc48b4 for symbol `LoadBMP_RW' out of range
It would seem that we have a -fPIC problem in the build of libSDL_image-1.2.so.0. Probably a static lib being linked into a shared lib without being built with -fPIC. Jack