<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 2 November 2013 13:53, Jacob Carlborg <span dir="ltr"><<a href="mailto:doob@me.com" target="_blank">doob@me.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 2013-11-02 13:54, Steve Teale wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks Jacob. My next linking problem is that I have lots of undefined<br>
externals relating to libpthread. I suspect this may be a CodeBlocks<br>
configuration error. I've tried every whichway but have not found a way<br>
round this yet. Most frustrating.<br>
</blockquote>
<br></div>
How are you compiling? DMD automatically links with libpthread. You can pass the -v (verbose) flag to DMD to see what command it uses for linking. Otherwise you could try and explicitly link with libpthread:<br>
<br>
dmd main.d -L-lpthread<span class="HOEnZb"><font color="#888888"><br>
</font></span><br></blockquote></div><br></div><div class="gmail_extra">Really?  I thought that was dmd.conf telling the compiler to do that....<br clear="all"></div><div class="gmail_extra"><br><br>-- <br>Iain Buclaw<br>
<br>*(p < e ? p++ : p) = (c & 0x0f) + '0';
</div></div>