Re: GDC Build Failing

2012-02-06 Thread Steve Teale
On Mon, 06 Feb 2012 16:31:40 +, Iain Buclaw wrote: >> > For Ubuntu and Debian, being that i386 and x86_64 (possibly others) are > multi-arch systems, you may need to set-up LIBRARY_PATH and CPATH. > > In ~/.bashrc: > > LIBRARY_PATH=/usr/lib/i386-linux-gnu > CPATH=/usr/include/i386-linux-gnu

Re: GDC Build Failing

2012-02-06 Thread Iain Buclaw
On 6 February 2012 16:14, Steve Teale wrote: > On Mon, 06 Feb 2012 13:17:00 +, Iain Buclaw wrote: > >> On 6 February 2012 12:50, Steve Teale >> wrote: >>> I'm having a failure compiling libgcc2.c - fatal error: gnu/stubs-32.h: >>> No such file or directory. >>> >>> I got round that by copying

Re: GDC Build Failing

2012-02-06 Thread Steve Teale
On Mon, 06 Feb 2012 13:17:00 +, Iain Buclaw wrote: > On 6 February 2012 12:50, Steve Teale > wrote: >> I'm having a failure compiling libgcc2.c - fatal error: gnu/stubs-32.h: >> No such file or directory. >> >> I got round that by copying the file from >> /usr/include/i386-linux-gnu/gnu intp

Re: GDC Build Failing

2012-02-06 Thread Iain Buclaw
On 6 February 2012 12:50, Steve Teale wrote: > I'm having a failure compiling libgcc2.c - fatal error: gnu/stubs-32.h: > No such file or directory. > > I got round that by copying the file from /usr/include/i386-linux-gnu/gnu > intp /usr/include/gnu. > > Then the build goes on, but later I get get

Re: GDC Build Failing

2012-02-06 Thread Trass3r
Which distro?

GDC Build Failing

2012-02-06 Thread Steve Teale
I'm having a failure compiling libgcc2.c - fatal error: gnu/stubs-32.h: No such file or directory. I got round that by copying the file from /usr/include/i386-linux-gnu/gnu intp /usr/include/gnu. Then the build goes on, but later I get get: checking dynamic linker characteristics... configure: