Compiling C++ into portable linux binaries

前端 未结 4 2066
清酒与你
清酒与你 2021-02-14 02:02

Ok, this question is about portable as in no dependencies (i.e. \"I can put the binaries in a USB key and bring it with me everywhere, e-mail t

4条回答
  •  耶瑟儿~
    2021-02-14 02:54

    Be careful with static linking using gcc, it does not really work any more. See

提交回复
热议问题