Re: threads problems in RedHat9몗媵
Maxim Koshelev <[email protected]> Tue, 17 Jun 2003 20:37:44 +0800
| Newsgroups | gmane.linux.redhat.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello again, All work fine with linking vs /lib/i686. Just one broblem left: how to built on generic RH9 host without changing permisions on /lib/tls or removing them... Thanks again to Thomas. Thomas Bailey wrote: >Maxim, > >I had a similar problem - the destructors associated with thread >specific storage are not called in the RH 9 pthread library either. > >You can work around this by linking against the pthread and libc >libraries in /lib or /lib/i686, which seem to work. Unfortunately, the >only way I could do this was to change the perms on the libraries in >/lib/tls so that the linker couldn't read them. > >Regards > >Tom >