tags 314764 - fixed-in-experimental
thanks

Hi,

It looks like this hasn't been fixed yet.  Now it fails with this
instead:
ld --shared -x \
      -o pam_poldi.so pam_poldi.o \
      ../common/libpoldi-common.a ../jnlib/libjnlib.a \
     ../libscd/libscd.a  -lgcrypt -lgpg-error -lusb -lc
ld: ../jnlib/libjnlib.a(stringhelp.o): relocation R_X86_64_32 can
not be used w
hen making a shared object; recompile with -fPIC
../jnlib/libjnlib.a: could not read symbols: Bad value

Note that all files ending up in a shared lib have to be build
using -fPIC, and those ending up in a static lib should not be
build with -fPIC.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to