Il 03/12/2013 14:25, Stefano Stabellini ha scritto: > CC'ing Paolo and xen-devel. > The original thread is here: > > http://marc.info/?l=xen-devel&m=135718999710640 > > On Mon, 2 Dec 2013, Don Slutz wrote: >> Public bug reported: >> >> lt LINK libcacard.la >> /usr/bin/ld: libcacard/.libs/vcard.o: relocation R_X86_64_PC32 against >> `vcard_buffer_response_delete' can not be used when making a shared object; >> recompile with -fPIC >> /usr/bin/ld: final link failed: Bad value >> collect2: ld returned 1 exit status >> make[4]: *** [libcacard.la] Error 1 >> make[3]: *** [subdir-libcacard] Error 2
This is a bug in RHEL5 binutils. Configure with --disable-pie to work around it. Paolo
