relocation R_X86_64_32 against `s_list' can not be used when making a shared object; recompile with -fPIC
I don't find a place to put the -fPIC flag in makefile.common
just hack it into the CFLAGS somewhere ('CFLAGS=-fPIC make' might even work). it wont solve all 64bit issues, but should at least give you that false sense of security that a successfully-compiled C program gives you..
CCCCCCCCCCCCCC