当前位置: 技术问答>linux和unix
编译FFMPEG时候的问题
来源: 互联网 发布时间:2016-12-30
本文导语: 编译ffmpeg的时候,会出现以下情况: cfz@cfz-virtual-machine:~/桌面/wma/源代码/gst-ffmpeg-0.10.12$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mk...
编译ffmpeg的时候,会出现以下情况:
cfz@cfz-virtual-machine:~/桌面/wma/源代码/gst-ffmpeg-0.10.12$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking nano version... 0 (release)
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/cfz/桌面/wma/源代码/gst-ffmpeg-0.10.12':
configure: error: C compiler cannot create executables
See `config.log' for more details
这个是这么回事呢?
cfz@cfz-virtual-machine:~/桌面/wma/源代码/gst-ffmpeg-0.10.12$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking nano version... 0 (release)
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/cfz/桌面/wma/源代码/gst-ffmpeg-0.10.12':
configure: error: C compiler cannot create executables
See `config.log' for more details
这个是这么回事呢?
|
history 每个窗口都不一样.