On 14 December 2011 02:00, Ellery Newcomer <ellery-newco...@utulsa.edu> wrote: > On 12/13/2011 05:10 PM, Iain Buclaw wrote: >> >> That will probably be because of: >> >> PREFIX=`echo ~`/gdc3 >> ... >> ./configure --prefix=$PREFIX >> >> >> gdc will look in $PREFIX/include/d2 for the import files. >> > > would setting --prefix=/usr/ and then running > > make install prefix=otherprefix > > be an effective workaround? >
I think you mean: make install DESTDIR=otherprefix Yes, that is how you package software in debian, I'd imagine the same here. :-) > > also, for gdc rev 695, I'm getting a > > ../../gcc/d/d-glue.cc:3030:11: error: ‘struct function’ has no member > named ‘naked’ > > know what that's about? > GDC requires patches to be applied to GCC-proper. See patch-gcc-4.6.x and patch-toplev-4.6.x Regards, -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';