I need to build the faust compiler statically bound to glibc #1017
Answered
by
bassmanitram
bassmanitram
asked this question in
Q&A
-
... But I cannot figure out how to do that (not being cmake guru). Any help would be gratefully received |
Beta Was this translation helpful? Give feedback.
Answered by
bassmanitram
May 7, 2024
Replies: 1 comment
-
If I may answer my own question - DON'T - instead build it as normal and then use patchelf to change what dynamic loader the binaries use, and where the dynamic loader should look for libraries :) More details on request. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bassmanitram
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I may answer my own question - DON'T - instead build it as normal and then use patchelf to change what dynamic loader the binaries use, and where the dynamic loader should look for libraries :) More details on request.