On Sat, Jul 10, 2004 at 10:07:35AM -0400, Chuck Mead wrote: > /var/tmp/ORBit2-2.10.0-root/usr/lib64/libORBit-2.a(orbit-init.o): > relocation R_X86_64_32 can not be used when making a shared object; > recompile with -fPIC You are trying to link non PIC library shared modules. x86-64 cares that all the object modules were built -fPIC for a library