> /usr/bin/ld: footprintupdate.o: relocation R_X86_64_32 against `a > local symbol' can not be used when making a shared object; recompile > with -fPIC
Shared libraries should ALWAYS be built with -fpic or -fPIC. The i386 gets away without it because the developers got tired of answering questions like the above, and put in special handling for that error case to make it work. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

