Tuesday, July 9, 2013

Error when compiling GCC 4.8.1

For more information on installing GNU. See Blog Entry Compiling GNU 4.8.1 on CentOS 6.

During compilation, I encounter this error,
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: 
No such file or directory compilation terminated. make: *** Error 1

This is due to a missing 32-bits libraries during GNU compilation. Do a yum install
# yum install glibc-devel.i686

No comments: