On Mon, 06 Feb 2012 13:17:00 +0000, Iain Buclaw wrote: > On 6 February 2012 12:50, Steve Teale <steve.te...@britseyeview.com> > 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: >> >> checking dynamic linker characteristics... configure: error: Link tests >> are not allowed after GCC_NO_EXECUTABLES. >> >> Any suggestions? >> >> Steve > > Looks like you don't have 32bit headers installed on your machine. If > you can't obtain them, build with --disable-multilib.
OK, perhaps a pertinent question is what is the default build? I have 32 bit Ubuntu installed on a 64 bit two core machine. The header in question is there and specifically under i396-gnu, so I have some 32 bit headers. Would it not complain about others? Steve > > > Regards.