"Section .tbss mismatches non-TLS reference" - what??

Jude Young 10equals2 at gmail.com
Wed Oct 19 17:45:48 PDT 2011


Oh yeah, D2 put everything (IIRC) into Thread Local Storage, unless you tell
it not to.
 C puts most everything into global storage.

This causes a mismatch. If you're working on translating the curses headers
into D, I'm attempting the same.
I'd love some help, as I have never really worked with C/C++


On Wed, Oct 19, 2011 at 12:54 PM, Trass3r <un at known.com> wrote:

> /usr/bin/ld: stdscr: TLS definition in obj/Debug/dl_c_curses_curses.o
>> section .tbss mismatches non-TLS reference in /lib64/libncurses.so.5
>>
>
> Looks like some definition is missing a shared/__gshared.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20111019/cffcf053/attachment.html>


More information about the Digitalmars-d mailing list