这个错误让我抓狂。我尝试了很多解决方案都没有成功。下面是我的问题,当我启动./configure
来编译libtool时,我得到了这个错误:
....
checking for g++... g++
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in `/home/thierry/libtool-master/libtool-master':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
我不能显示config.log
,因为它太大了,而且里面有一些二进制字符。
我把所有的编译器C++、G++、gcc都如上图所示:
thierry@LFR038391:~/DeepSpeech$ dpkg -l | grep c++
ii libsigc++-2.0-0v5:amd64 2.10.0-2 amd64 type-safe Signal Framework for C++ - runtime
ii libstdc++-6-dev:amd64 6.5.0-2ubuntu1~18.04 amd64 GNU Standard C++ Library v3 (development files)
ii libstdc++-7-dev:amd64 7.4.0-1ubuntu1~18.04.1 amd64 GNU Standard C++ Library v3 (development files)
ii libstdc++6:amd64 8.3.0-6ubuntu1~18.04.1 amd64 GNU Standard C++ Library v3
thierry@LFR038391:~/DeepSpeech$ pwd
/home/thierry/DeepSpeech
thierry@LFR038391:~/DeepSpeech$ dpkg -l | grep gcc
ii gcc 4:7.4.0-1ubuntu2.3 amd64 GNU C compiler
ii gcc-6 6.5.0-2ubuntu1~18.04 amd64 GNU C compiler
ii gcc-6-base:amd64 6.5.0-2ubuntu1~18.04 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-7 7.4.0-1ubuntu1~18.04.1 amd64 GNU C compiler
ii gcc-7-base:amd64 7.4.0-1ubuntu1~18.04.1 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-8-base:amd64 8.3.0-6ubuntu1~18.04.1 amd64 GCC, the GNU Compiler Collection (base package)
ii libgcc-6-dev:amd64 6.5.0-2ubuntu1~18.04 amd64 GCC support library (development files)
ii libgcc-7-dev:amd64 7.4.0-1ubuntu1~18.04.1 amd64 GCC support library (development files)
ii libgcc1:amd64 1:8.3.0-6ubuntu1~18.04.1 amd64 GCC support library
thierry@LFR038391:~/DeepSpeech$ dpkg -l | grep g++
ii g++ 4:7.4.0-1ubuntu2.3 amd64 GNU C++ compiler
ii g++-6 6.5.0-2ubuntu1~18.04 amd64 GNU C++ compiler
ii g++-7 7.4.0-1ubuntu1~18.04.1 amd64 GNU C++ compiler
我现在没有更多的想法如何解决这个问题。
1条答案
按热度按时间8iwquhpp1#
我得到了同样的问题昨天我所做的是我安装了所有这些rpm在我的虚拟机然后它开始工作良好。
这些转速中的大多数是相互依赖的。
已安装的软件包