How can I statically link only a some specific libraries to my binary when linking with GCC?
gcc ... -static ...
tries to statically link all the linked libraries, but I haven't got the static version of some of them (eg: libX11).
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…