-
Notifications
You must be signed in to change notification settings - Fork 590
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
Javacpp Not Working on IBM AIX #23
Comments
It should be fixed now, so please try again with the latest source and let me know how that goes. And thanks for reporting! |
Hi, using the latest source that issue is resolved. However, it seems that there is some issue with AIX using the shared object file(.so). Thanks |
Right, could you let me know what command we should be executing to compile a shared library from a .cpp file under AIX? thanks! |
Fix included in JavaCPP 1.1. If there is anything more that needs to be added to support AIX, please let me know, and thanks for reporting! |
Hi Samuel
After getting Javacpp work on linux and with caffe, I have to shift to a new environment ie IBM AIX.
Trying to compile a very basic example just to check the functionality:
prediction.h
PredictionClass.java
It compiles fine. But when I run
It give the following error.
It worked fine on Centos. Do you see any reason why it's showing it on AIX?
Thanks in advance
Regards
The text was updated successfully, but these errors were encountered: