TLS error when running make on pthreads project
I found a package called pthreads-1.0 and extracted the files and tried to run the makefile using make ISELF=yes all and got the following error:
/usr/lib/bin ld: error: TLS definition in /lib/x86_64-linux-gnu/lib.so.6 section .tbss mismatches non-TLS references in <mydir>/lib/elf/init.o
The package is from 1996 and I'm running the latest vesion of Ubuntu. I know TLS stands for Thread Local Storage. Is there some kind of processor specific switch I ned to use?
|