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
The command to build JniLib is failing on Mac M1 , OS Sonoma 14
gcc -shared -lgfortran -L /usr/local/gfortran/lib/ -o /slsqp4j/slsqp4j/build/libs/libslsqp.so /slsqp4j/slsqp4j/build/c/slsqp.o /slsqp4j/slsqp4j/build/fortran/slsqp.o
with error
found architecture 'arm64', required architecture 'x86_64' ld: Undefined symbols: slsqp, referenced from: _Java_com_skew_slsqp4j_util_NativeUtils_slsqp in slsqp.o clang: error: linker command failed with exit code 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The command to build JniLib is failing on Mac M1 , OS Sonoma 14
gcc -shared -lgfortran -L /usr/local/gfortran/lib/ -o /slsqp4j/slsqp4j/build/libs/libslsqp.so /slsqp4j/slsqp4j/build/c/slsqp.o /slsqp4j/slsqp4j/build/fortran/slsqp.o
with error
found architecture 'arm64', required architecture 'x86_64'
ld: Undefined symbols:
slsqp, referenced from:
_Java_com_skew_slsqp4j_util_NativeUtils_slsqp in slsqp.o
clang: error: linker command failed with exit code 1
The text was updated successfully, but these errors were encountered: