Thursday, 31 May 2012

x86_64 Linux Error: gnu/stub-32.h missing error and solution


[root@localhost crunch3.2]# make
Building binary...
/usr/bin/gcc -Wall -lm -pthread -std=c99 -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 crunch.c -o crunch
In file included from /usr/include/features.h:352,
                 from /usr/include/assert.h:36,
                 from crunch.c:225:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make: *** [crunch] Error 1

[root@localhost crunch3.2]# yum -y install glibc-devel

How do I fix this error?
yum -y install glibc-devel

No comments:

Post a Comment