我从sourceforge安装了crunch-3.6并保存了文件并解压缩了它。然后我以root用户身份打开终端并导航到crunch-3.6文件的路径。我在终端上运行make
并收到以下错误消息:
[root@localhost crunch-3.6]# make Building binary... /usr/bin/gcc -pthread -Wall -pedantic -std=c99 -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 crunch.c -lm -o crunchIn file included from /usr/include/features.h:489,
from /usr/include/assert.h:35,
from crunch.c:242:/usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~ compilation terminated.make: *** [Makefile:75: crunch] Error 1
请帮助我解决以下错误。
答案 0 :(得分:0)
您需要安装32位开发环境
dnf install glibc-devel-2.31-2.fc32.i686