Cedric Roux <cedric.roux@xxxxxxxxxx> writes: > Jeremy Hall wrote: >> Hi, >> I built gcc 4.5.0 successfully on Fedora 12 32 bit, but when I try on >> the 64 bit release the build fails. >> In file included from /usr/include/features.h:376:0, >> from /usr/include/stdio.h:28, >> from ../../.././libgcc/../gcc/tsystem.h:87, >> from ../../.././libgcc/../gcc/libgcc2.c:29: >> /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such >> file or directory >> Many thanks, >> Jeremy > > pass --disable-multilib to "configure" Or install the 32 bit development libraries. Ian