GNU UPC

... Unified Parallel C

  • Full Screen
  • Wide Screen
  • Narrow Screen
  • Increase font size
  • Default font size
  • Decrease font size

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


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:

  1. Install 32 bit version of glibc (e.g. glibc-devel.i686 on Fedora, CentOS, ..)
  2. Disable 'multilib' build by supplying "--disable-multilib" switch on the compiler configuration command
Article is in the following categories:
KB » Configuring GNU UPC


Email This Article

or close

You are here: