Skip to content
New issue

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

During build process crashes on make execution #487

Open
DPovilas opened this issue Oct 14, 2020 · 0 comments
Open

During build process crashes on make execution #487

DPovilas opened this issue Oct 14, 2020 · 0 comments

Comments

@DPovilas
Copy link

DPovilas commented Oct 14, 2020

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

@DPovilas DPovilas changed the title During build process crashes on ./configure execution During build process crashes on make execution Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant