当前位置: 首页 > 工具软件 > QAT > 使用案例 >

QAT编译问题

融渊
2023-12-01

问题:

**[root@localhost QAT]# ./configure
checking for a BSD-compatible install… /bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking whether make supports nested variables… yes
checking whether to enable maintainer-specific portions of Makefiles… no
checking for gawk… (cached) gawk
checking for g++… g++
checking whether the C++ compiler works… yes
checking for C++ compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking whether make supports the include directive… yes (GNU style)
checking dependency style of g++… none
checking for cc… cc
checking whether we are using the GNU C compiler… yes
checking whether cc accepts -g… yes
checking for cc option to accept ISO C89… none needed
checking whether cc understands -c and -o together… yes
checking dependency style of cc… none
checking whether ln -s works… yes
checking whether make sets $(MAKE)… (cached) yes
checking for pkg-config… /bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for C compiler vendor… gnu
checking for a sed that does not truncate output… /bin/sed
checking for C compiler version… 9.3.1
checking for C++ compiler vendor… gnu
checking for C++ compiler version… 4.8.5
checking how to run the C preprocessor… cc -E
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking libudev.h usability… yes
checking libudev.h presence… yes
checking for libudev.h… yes
checking for libudev… yes
checking for libnl… no
configure: error:

libnl-3.0 and libnl-genl-3.0 are required but not all were found

解决方法:
yum install libnl3-devel -y

 类似资料: