Running on a Raspberry Pi 2 with Raspbian (Debian Wheezy). Did a "apt-get install libzmq3-dev"
git cloned the zguide stuff and hopped over to the C++ examples folder. g++ --version reports 4.6.3 Simply did a "g++ -g hwserver.cpp -o hwserver -lzmq" and no problems with that. If I run hwserver, program immediately core dumps with "illegal instruction". I even a cout print statement before the first call to the context_t constructor - nothing but cores all day long. Searched Gmane and archives but nothing yet. ??? -- Kelly Beard
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
