Please consult http://www.boost.org/doc/libs/1_66_0/more/getting_started/index.html and your operating system's package manager, where you may find a prepackaged version of Boost for your platform
On Fri, Feb 2, 2018 at 4:32 PM, Bernardo Augusto García Loaiza < [email protected]> wrote: > Hi ZMQ people. > > I am building the c++ binding zmq and I have this inconvenient which I've > entered as a issue <https://github.com/zeromq/zmqpp/issues/209> in the > zmqpp repository <https://github.com/zeromq/> > > In the building process, I have the problem > > ++ -o ./build/max-g++/zmqpp-tests ./build/max-g++/obj/tests/test_inet.o > ./build/max-g++/obj/tests/test_z85.o > ./build/max-g++/obj/tests/test_context.o > ./build/max-g++/obj/tests/test_message.o > ./build/max-g++/obj/tests/test_auth.o ./build/max-g++/obj/tests/test_actor.o > ./build/max-g++/obj/tests/test_load.o > ./build/max-g++/obj/tests/test_proxy.o ./build/max-g++/obj/tests/test_loop.o > ./build/max-g++/obj/tests/test_socket_options.o > ./build/max-g++/obj/tests/test_socket.o > ./build/max-g++/obj/tests/test_reactor.o > ./build/max-**g++/obj/tests/test_sanity.o > ./build/max-g++/obj/tests/test_message_stream.o > ./build/max-g++/obj/tests/test_poller.o -L./build/max-g++ -lzmqpp > -lboost_unit_test_framework -lpthread -lzmq > /usr/bin/ld: cannot find -lboost_unit_test_framework > collect2: error: ld returned 1 exit status > Makefile:195: recipe for target 'zmqpp-tests' failed** > make: *** [zmqpp-tests] Error 1 > > How to can I add or install or setup the -lboost_unit_test_framework library > ? ... just in case that I am in right in my appreciation problem ... > > > Bernardo Augusto García Loaiza > Ingeniero de Sistemas > Estudiante de Maestría en Ingeniería Informática - Universidad EAFIT > http://about.me/bgarcial > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > https://lists.zeromq.org/mailman/listinfo/zeromq-dev > >
_______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
