This error message shows up on the 64 bit systems where GCC/UPC multilib feature is enabled, and it indicates that 32 bit version of libc is not installed. There are two ways to correct this problem:
- Install 32 bit version of glibc (e.g. glibc-devel.i686 on Fedora, CentOS, ..)
- Disable 'multilib' build by supplying "--disable-multilib" switch on the compiler configuration command
Article is in the following categories:
KB » Configuring GNU UPC
KB » Configuring GNU UPC






Compiler build fails with fatal error: gnu/stubs-32.h: No such file or directory
Email This Article