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
I'm getting
make -C .. lib if [ "Darwin" = "Darwin" ]; then \ SHARED_LIB_FLAG="-dynamiclib -Wl,-install_name,liblinear.so.3"; \ else \ SHARED_LIB_FLAG="-shared -Wl,-soname,liblinear.so.3"; \ fi; \ c++ ${SHARED_LIB_FLAG} linear.o tron.o blas/blas.a -o liblinear.so.3 ld: archive has no table of contents file 'blas/blas.a' for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [lib] Error 1 make: *** [lib] Error 2
when trying to make under python/ is there any solution for that? Running on mac mojave
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting
when trying to make under python/ is there any solution for that? Running on mac mojave
The text was updated successfully, but these errors were encountered: