Re: TLS definition in curses.o section .tbss mismatches non-TLS reference in /usr/lib/libncurses.a(lib_initscr.o)

2009-12-11 Thread Gareth Charnock
Bernard Helyer wrote: On 11/12/09 10:48, Gareth Charnock wrote: Is there any way to tell dmd to just share them between threads? __gshared type whatever; Thanks. And now I see there was an article about that on website all along. I guess my eyes must have just scanned over it. A good

TLS definition in curses.o section .tbss mismatches non-TLS reference in /usr/lib/libncurses.a(lib_initscr.o)

2009-12-10 Thread Gareth Charnock
/ld: stdscr: TLS definition in curses.o section .tbss mismatches non-TLS reference in /usr/lib/libncurses.a(lib_initscr.o) /usr/lib/libncurses.a: could not read symbols: Bad value collect2: ld returned 1 exit status I eventually figured out that TLS is thread local storage. The -vtls looked