On 17 October 2013 07:24, Iain Buclaw <ibuc...@ubuntu.com> wrote: > On 17 October 2013 07:17, Joseph Rushton Wakeling > <joseph.wakel...@webdrake.net> wrote: >> 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 >> > > You could try compiling with --enable-multiarch. But I haven't done so yet. > :) >
s/compiling/configuring/ -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';