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

how to compile statically linked? #56

Open
fishpm-anu opened this issue Aug 26, 2024 · 0 comments
Open

how to compile statically linked? #56

fishpm-anu opened this issue Aug 26, 2024 · 0 comments

Comments

@fishpm-anu
Copy link

I need to compile with the libraries statically linked, specially libm.so.6 and libstdc++.so. It's compiled on Ubuntu 20.04 but I want to run it also on RockyLinux 8.9 but it lacks the libraries for this dynamic compiled version.
How can i modify the build.sh or Makefile components to do it? thanks.

ldd ./rattle , needs to return,
not a dynamic executable

@github-staff github-staff deleted a comment from fishpm-anu Aug 27, 2024
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

2 participants
@fishpm-anu and others