<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 15 March 2013 10:03, Iain Buclaw <span dir="ltr"><<a href="mailto:ibuclaw@ubuntu.com" target="_blank">ibuclaw@ubuntu.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><div><div class="h5"><div class="gmail_extra"><div class="gmail_quote">On 14 March 2013 19:05, Benjamin Thaut <span dir="ltr"><<a href="mailto:code@benjamin-thaut.de" target="_blank">code@benjamin-thaut.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I want to use a different version of druntime and phobos with GDC but I don't want to overwrite the default ones. Instead I want to specifiy a different include directory during compile time. I first thought that -nostdinc is the option I want, but -nostdinc seems to do something different. How does GDC know where to import druntime and phobos from, and how do I overwrite it?<br>


<br>
Kind Regards<span><font color="#888888"><br>
Benjamin Thaut<br>
</font></span></blockquote></div><br><br></div></div></div><div class="gmail_extra">The library is installed in /usr/lib,  which is part of the LIBRARY_PATH.   The static library itself is a combination of druntime and phobos together, not separate at the moment.  To specify a different standard library, use -defaultlib switch.<span class=""><font color="#888888"><br>

</font></span></div><span class=""><font color="#888888"><div class="gmail_extra"><br></div></font></span></div></blockquote><div><br><br></div><div>Will also make mention that druntime is installed in /usr/lib too ( -lgdruntime )<br>
<br><br><br></div></div>-- <br>Iain Buclaw<br><br>*(p < e ? p++ : p) = (c & 0x0f) + '0';
</div></div>