<div dir="ltr"><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 class=""><font color="#888888"><br>
Benjamin Thaut<br>
</font></span></blockquote></div><br><br></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.<br>
</div><div class="gmail_extra"><br clear="all"><br>-- <br>Iain Buclaw<br><br>*(p < e ? p++ : p) = (c & 0x0f) + '0';
</div></div>