为什么我不能安装 libzmq 以使棘轮工作?(网络套接字)



不确定我是否在正确的Stack Exchange论坛上发帖。如果需要的话,请把我转到正确的地址。

设置棘轮时,我需要安装ZeroMQ,我被困在libzmq安装:

我已经按照说明https://github.com/zeromq/libzmq/blob/master/INSTALL我用的是mac os X 10.9

执行以下命令:

。/任务

结果如下:

autoreconf:输入目录' .'

autoreconf:配置。ac:不使用Gettext

autoreconf: running: aclocal -I config——force -I config

main::scan_file()调用太早,在/opt/lo/bin/aclocal行617检查原型

autoreconf:配置。ac:跟踪

autoreconf:配置。ac:子目录

foreign/openpgm/build-staging/openpgm/pgm/not present

autoreconf:配置。

使用Libtool

autoreconf: running:/opt/lo/bin/autoconf——include=config——force配置。ac: 57:错误:可能未定义宏:AC_LIBTOOL_WIN32_DLL其他是合法的,请使用m4_pattern_allow。请参阅Autoconf文档。

配置。ac:58: error: possible undefined macro: AC_PROG_LIBTOOL

configure:5242: error: possible undefined macro: AC_DISABLE_STATIC

configure:5246: error: possible undefined macro: AC_ENABLE_STATIC

autoconf:/opt/lo/bin/autoconf failed with exit status: 1

autogen.sh: error: autoreconf with status 0

我不能让它工作。

请帮

多谢

我在安装不同的软件包时遇到了这种情况。修复方法是安装libtool:

$ sudo apt-get install libtool

然后运行:

$ ./auto_gen.sh

则可以正常进行:

$ ./configure && make
$ sudo make install

相关内容

  • 没有找到相关文章

最新更新