-
Notifications
You must be signed in to change notification settings - Fork 15
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
Missing addtional libs when libCbcSolver.so is copied #73
Comments
It's difficult to give a straightforward answer without additional information. You should probably do a little reading on static versus dynamically linked libraries to get a better understanding. Depending on what you're planning to do, building static libraries is an option---just add The easiest thing to do is just to build Cbc inside the container. Is there a reason you don't do that? There are Docker images available with pre-built Cbc already installed. Just grab one of those. Anyway. if you provide a little more information, I can try to help further. |
Thank you for your fast reply!! |
I tried to compile with
|
Yes, right, the |
I solved my problem: |
I compiled libCbcSolver for using in Python-mip on a Rasberry Pi4
At first look all went well.
But when I copy the lib-folder to another docker container i get error-message that I am missing several lib's.
Is it possible to compile libCbcSolver with a flag that all necessary libs are bind into the final library (I am a gcc-noob).
The text was updated successfully, but these errors were encountered: