WIN10 在虚拟机上安装ACC configure: error: /bin/sh ./config.sub make failed
来源:1-7 FFmpeg命令大全文档

qq_白_24
2018-12-07
DONGFANG@DESKTOP-P02SIBI ~/fdk-aac-0.1.6
$ ./configure make && sudo make install
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /usr/bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… no
checking whether make supports nested variables… no
checking whether UID ‘197609’ is supported by ustar format… yes
checking whether GID ‘197121’ is supported by ustar format… yes
checking how to create a ustar tar archive… gnutar
checking whether make supports nested variables… (cached) no
checking for make-gcc… no
checking for gcc… gcc
checking whether the C compiler works… yes
checking for C compiler default output file name… a.exe
checking for suffix of executables… .exe
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 gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking whether gcc understands -c and -o together… yes
checking for style of include used by make… none
checking dependency style of gcc… none
checking for make-g++… no
checking for make-c++… no
checking for make-gpp… no
checking for make-aCC… no
checking for make-CC… no
checking for make-cxx… no
checking for make-cc++… no
checking for make-cl.exe… no
checking for make-FCC… no
checking for make-KCC… no
checking for make-RCC… no
checking for make-xlC_r… no
checking for make-xlC… no
checking for g++… g++
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking dependency style of g++… none
checking build system type… Invalid configuration make': machine
make’ not recognized
configure: error: /bin/sh ./config.sub make failed
1回答
-
李超
2018-12-07
Configure 不能与make 一起执行,那是两个命令,你看我视频里没这么做过吧
00
相似问题