linux - redhat 4.1安装zeromq报错

标签 linux redhat zeromq

我无法在我的机器上安装 zeromq 我的机器是redhat 4.1 这是错误信息:

Making all in src
make[1]: Entering directory `/data/vvlog/zeromq-3.2.0/src'
make  all-am
make[2]: Entering directory `/data/vvlog/zeromq-3.2.0/src'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.   -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE  -DZMQ_FORCE_EPOLL -fvisibility=hidden  -g -O2 -MT libzmq_la-address.lo -MD -MP -MF ".deps/libzmq_la-address.Tpo" -c -o libzmq_la-address.lo `test -f 'address.cpp' || echo './'`address.cpp; \
    then mv -f ".deps/libzmq_la-address.Tpo" ".deps/libzmq_la-address.Plo"; else rm -f ".deps/libzmq_la-address.Tpo"; exit 1; fi
../libtool: line 869: X--tag=CXX: command not found
../libtool: line 902: libtool: ignoring unknown tag : command not found
../libtool: line 869: X--mode=compile: command not found
../libtool: line 1035: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 1036: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../libtool: line 1179: Xg++: command not found
../libtool: line 1179: X-DHAVE_CONFIG_H: command not found
../libtool: line 1179: X-I.: command not found
../libtool: line 1179: X-I.: command not found
../libtool: line 1179: X-I.: command not found
../libtool: line 1179: X-pedantic: command not found
../libtool: line 1179: X-Werror: command not found
../libtool: line 1179: X-Wall: command not found
../libtool: line 1179: X-D_GNU_SOURCE: command not found
../libtool: line 1179: X-D_REENTRANT: command not found
../libtool: line 1179: X-D_THREAD_SAFE: command not found
../libtool: line 1179: X-DZMQ_FORCE_EPOLL: command not found
../libtool: line 1179: X-fvisibility=hidden: command not found
../libtool: line 1179: X-g: command not found
../libtool: line 1179: X-O2: command not found
../libtool: line 1179: X-MT: command not found
../libtool: line 1179: Xlibzmq_la-address.lo: command not found
../libtool: line 1179: X-MD: command not found
../libtool: line 1179: X-MP: command not found
../libtool: line 1179: X-MF: command not found
../libtool: line 1179: X.deps/libzmq_la-address.Tpo: No such file or directory
../libtool: line 1179: X-c: command not found
../libtool: line 1231: Xlibzmq_la-address.lo: command not found
../libtool: line 1236: libtool: compile: cannot determine name of library object from `': command not found
make[2]: *** [libzmq_la-address.lo] Error 1
make[2]: Leaving directory `/data/vvlog/zeromq-3.2.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/data/vvlog/zeromq-3.2.0/src'
make: *** [all-recursive] Error 1

最佳答案

这是一些 docs关于在 redhat 上安装 0MQ

关于linux - redhat 4.1安装zeromq报错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12831375/

相关文章:

linux - BASH 脚本 : taking in multiple flags

匹配 [number-n]-WORD 但不匹配 [number]-WORD 的正则表达式

c++ - 我可以在 Redhat Linux 机器上使用在 Ubuntu 上编译的共享库吗?

sockets - zeromq 如何与 SSL 协同工作?

python - 通过 Web 应用程序处理作业 : real-time status updates and backend messaging

java - zeromq 与 Python 与 Java 的 node.js 性能

linux - 如何让 linux 命令在管道传输之前等待输入结束?

linux - 在 bash 中,循环并发送命令来执行

c++ - 如何将我的应用程序窗口之一保持在同一应用程序的其他窗口之上?

linux - 无法在 rpm 安装脚本中读取用户信息