Hi I was trying to build `libzmq` as mentioned on the zyre page<https://github.com/zeromq/zyre>, in section building on linux:
git clone git://github.com/zeromq/libzmq.git
cd libzmq
./autogen.sh
# do not specify "--with-libsodium" if you prefer to use internal tweetnacl
# security implementation (recommended for development)
./configure --with-libsodium
make check
sudo make install
sudo ldconfig
cd ..
`make check` fails, I am attaching the corresponding `test-suite.log` file.
More information:
1. I was building libzmq on ubuntu in window 10 linux subsystem.
Thanks.
--
sp
test-suite.log
Description: test-suite.log
_______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
