How to statically-link a complex program

前端 未结 4 883
傲寒
傲寒 2020-12-23 23:50

In Linux, downloaded a program source and want it to be statically linked. Have a huge Makefile there, I

./configure
make

to compile. preh

4条回答
  •  春和景丽
    2020-12-24 00:38

    If you cannot compile a static binary, I've had good results using Statifier.

提交回复
热议问题