Install pkgconfig on Ubuntu it is in the repositories. Am 30.01.2015 18:10 schrieb "Check Peck" <[email protected]>:
> I am trying to install libzmq and I was doing it like this - > > git clone git://github.com/zeromq/libzmq.git > cd libzmq > ./autogen.sh > ./configure && make check > sudo make install > sudo ldconfig > cd . > > When I am trying to run "./autogen.sh", this is what I got as an error. Is > there anything wrong I am doing? > > david@machineX:~/libzmq$ ./autogen.sh > autoreconf: Entering directory `.' > autoreconf: configure.ac: not using Gettext > autoreconf: running: aclocal -I config --force -I config > autoreconf: configure.ac: tracing > autoreconf: running: libtoolize --install --copy --force > libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. > libtoolize: copying file `config/config.guess' > libtoolize: copying file `config/config.sub' > libtoolize: copying file `config/install-sh' > libtoolize: copying file `config/ltmain.sh' > libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `config'. > libtoolize: copying file `config/libtool.m4' > libtoolize: copying file `config/ltoptions.m4' > libtoolize: copying file `config/ltsugar.m4' > libtoolize: copying file `config/ltversion.m4' > libtoolize: copying file `config/lt~obsolete.m4' > autoreconf: running: /usr/bin/autoconf --include=config --force > configure.ac:51: error: missing some pkg-config macros (pkg-config > package) > If this token and others are legitimate, please use > m4_pattern_allow. > See the Autoconf documentation. > configure.ac:405: error: missing some pkg-config macros (pkg-config > package) > autoreconf: /usr/bin/autoconf failed with exit status: 1 > autogen.sh: error: autoreconf exited with status 0 > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
