Hello, In Linux, downloaded a program source and want it to be statically linked. Have a huge Makefile there, I
./configure
make
to compile. prehpes it's a bit too general to ask, but how can I make the binary statically linked? Thanks.
EDIT: the reason for this is wanting to make sure the binary will have no dependencies (or at least as few as possible), making it possible to run on any Linux based computer, even one without Internet connection, and non-updated Linux.