On 2 November 2013 12:54, Steve Teale <[email protected]> wrote:

> Do I need to build both with the same compiler?
>>>
>>
>> Neither DMD, GDC or LDC are binary compatible with each other.
>>
>
> Thanks Jacob. My next linking problem is that I have lots of undefined
> externals relating to libpthread. I suspect this may be a CodeBlocks
> configuration error. I've tried every whichway but have not found a way
> round this yet. Most frustrating.
>

This is with DMD now, right?  The GDC driver should send -lpthread to the
linker for you, unless codeblocks is short-cutting the compiler in some
way.  ;-)

-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';

Reply via email to