zeromq / jzmq

Java binding for ZeroMQ
http://www.zeromq.org
GNU General Public License v3.0
587 stars 364 forks source link

Installing zeroMQ #404

Open Karthik1508 opened 8 years ago

Karthik1508 commented 8 years ago

hello, I'm trying to install zero mq 4.1.4. Initially had issues with libsodium package and this got sorted out after updating the configure.ac but this new had popped up and I'm unable to find a solution or discussion thread on this issue. Please help.

Error Message. checking for working volatile... yes checking "with_norm_ext = no"... checking how to enable additional warnings for C++ compiler... -Wall checking how to turn warnings to errors in C++ compiler... -Werror checking how to enable strict standards compliance in C++ compiler... -pedantic ./configure: line 19280: syntax error near unexpected token newline' ./configure: line 19280:LIBZMQ_CHECK_ATOMIC_INTRINSICS('

trevorbernard commented 8 years ago

I would suggest asking the zeromq mailing list but I would specify more information about your environment like OS, compiler, autoconf version, etc.

Best, Trev

Karthik1508 commented 8 years ago

Thank you Trev. Will give it a try.

msteinhoff commented 8 years ago

@Karthik1508 is this issue resolved?