We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: Centos 8 JZMQ version 3.2.2.
Was trying to follow these steps: cd jzmq-jni/ ./autogen.sh ./configure make make install cd .. mvn package
During make execution I got very strange error: javac -d . -h . ../java/org/zeromq/EmbeddedLibraryTools.java ../java/org/zeromq/ZMQ.java ../java/org/zeromq/ZMQException.java javac: invalid flag: -h Usage: javac use -help for a list of possible options make[1]: *** [Makefile:879: javac_stamp] Error 2 make[1]: Leaving directory '/tmp/tmp_1014/jzmq-master/jzmq-jni/src/main/c++' make: *** [Makefile:400: all-recursive] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS: Centos 8
JZMQ version 3.2.2.
Was trying to follow these steps:
cd jzmq-jni/
./autogen.sh
./configure
make
make install
cd ..
mvn package
During make execution I got very strange error:
javac -d . -h . ../java/org/zeromq/EmbeddedLibraryTools.java ../java/org/zeromq/ZMQ.java ../java/org/zeromq/ZMQException.java
javac: invalid flag: -h
Usage: javac
The text was updated successfully, but these errors were encountered: