
linux 环境下 安装软件 报错 查看错误 wrong error 该如何处理 15
root@ubuntu:~/paracel/build#cmake-DCMAKE_BUILD_TYPE=Release..--Boostversion:1.54.0--F...
root@ubuntu:~/paracel/build# cmake -DCMAKE_BUILD_TYPE=Release ..
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- regex
-- filesystem
-- system
-- unit_test_framework
-- Find Eigen include path: /usr/include
-- Eigen check: 1
-- Find GFlags include path: /usr/local/include
-- Find GFlags lib path: /usr/local/lib/libgflags.so
-- Find Mespack-C include path: /usr/local/include
-- Find Mespack-C lib path: /usr/local/lib/libmsgpack.so
-- MsgpackC check: 1
-- Find ZeroMQ include path: /usr/include
-- Find ZeroMQ lib path: /usr/lib/x86_64-linux-gnu/libzmq.so
-- ZeroMQ advanced module check:
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find ZeroMQ (missing: ZeroMQ_CHECK_FINE)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmakes/FindZeroMQ.cmake:42 (find_package_handle_standard_args)
CMakeLists.txt:63 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/renke/paracel/build/CMakeFiles/CMakeOutput.log".
See also "/home/renke/paracel/build/CMakeFiles/CMakeError.log". 展开
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- regex
-- filesystem
-- system
-- unit_test_framework
-- Find Eigen include path: /usr/include
-- Eigen check: 1
-- Find GFlags include path: /usr/local/include
-- Find GFlags lib path: /usr/local/lib/libgflags.so
-- Find Mespack-C include path: /usr/local/include
-- Find Mespack-C lib path: /usr/local/lib/libmsgpack.so
-- MsgpackC check: 1
-- Find ZeroMQ include path: /usr/include
-- Find ZeroMQ lib path: /usr/lib/x86_64-linux-gnu/libzmq.so
-- ZeroMQ advanced module check:
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find ZeroMQ (missing: ZeroMQ_CHECK_FINE)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmakes/FindZeroMQ.cmake:42 (find_package_handle_standard_args)
CMakeLists.txt:63 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/renke/paracel/build/CMakeFiles/CMakeOutput.log".
See also "/home/renke/paracel/build/CMakeFiles/CMakeError.log". 展开
1个回答
2015-07-19
展开全部
有错会退出,会在当前目录下生成 config.log ,vim 可直接查看.
附:
[root@s02 csft-3.1]# ./configure
checking build environment
--------------------------
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages
checking for compiler programs
------------------------------
checking whether to compile debug version... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $path
See `config.log' for more details. #这里会有提示的
[root@02 csft-3.1]#
附:
[root@s02 csft-3.1]# ./configure
checking build environment
--------------------------
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages
checking for compiler programs
------------------------------
checking whether to compile debug version... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $path
See `config.log' for more details. #这里会有提示的
[root@02 csft-3.1]#
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询