> /usr/bin/ld: fldigi-trx.o: 'thread_id_' accessed both as normal and
> thread local symbol
> fldigi-trx.o: could not read symbols: File format not recognized
> collect2: ld returned 1 exit status
> make[2]: *** [fldigi] Error 1

Use 'eu-readelf -s foo.o | fgrep thread_id_' on each .o that goes into that
link, and see which ones do not say STT_TLS.  If they all do, then this is
probably a linker bug (binutils).
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to