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