hey, i figured it out, the problem is that in src/makefile CFLAGS is only set if no CFLAGS is passed, and that contains the essential -fpic switch. adding a simple CFLAGS+= -fpic
solves the problem for both ppc64 and the hppa archs' will, submit a fix on salsa asap. cheers,s