<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 15 October 2015 at 11:16, John Colvin via D.gnu <span dir="ltr"><<a href="mailto:d.gnu@puremagic.com" target="_blank">d.gnu@puremagic.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"><span class="">On Thursday, 15 October 2015 at 06:43:46 UTC, Iain Buclaw wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Just packaging GDC? Or do you plan to have third party development libraries packaged too?<br>
</blockquote>
<br></span>
just GDC for now, no plans for libs at the moment.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
The defaults install everything into a version and multiarch specific directory.  This allows having any arbitrary number of versions installed, both native and cross compilations.  You probably want a very good reason to change that.<br>
<br>
</blockquote>
<br></span>
For me everything ends up in normal bin, lib, include, libexec and share directories under whatever I put as prefix, which `configure --help` informs me defaults to /usr/local. I only get the version/multiarch stuff as a prefix in the names of copies of the main executables in bin.<br>
<br>
To be honest, this is all such a pain I think i'll just let gdc do whatever it wants to in a separate directory and then symlink the bits that the user actually needs access to using whatever directories and naming I want.<br>
</blockquote></div><br><br></div><div class="gmail_extra">Optionally, you can see how gcc is configured  (gcc --verbose) and use the same "Configured with" options, this is so all sysroot/prefix/etc... match up.<br></div></div>