gdc on linux does not install druntime's .d files?

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Wed Oct 16 23:17:28 PDT 2013


On 17/10/13 00:34, Iain Buclaw wrote:
> On Ubuntu, there is no workaround other than patching gcc proper with
> the Ubuntu patches for multiarch.
>
> You are required to set:
> CPATH=/usr/include/<arch>
> LIBRARY_PATH=/usr/lib/<arch>
>
> So that a vanilla gcc is able to find headers and libraries to compile
> and link programs

So, still worth using the deb source package instead of vanilla GCC, and running 
the patches?

I thought recent GCC supported multiarch out of the box?  See:
http://forum.dlang.org/post/koa0rg$1m4o$1@digitalmars.com



More information about the D.gnu mailing list