--- layout: forum title: 'Re: Static Linux x86_64 bins for those having libcrypto troubles' grand_parent: Forum Posts parent: Bitcoin Forum nav_order: 187 date: 2010-07-15 14:33:04 UTC original: https://bitcointalk.org/index.php?topic=326.msg3157#msg3157 --- # Re: Static Linux x86_64 bins for those having libcrypto troubles --- ``` Re: Static Linux x86_64 bins for those having libcrypto troubles July 15, 2010, 02:33:04 PM We don't even specify linking glibcxx_3.4.11, so gcc must automatically link it behind the scenes. There's probably a compiler switch that would tell it to static link it. I'm not sure what the licensing issues would be. Typically, compiler stuff is fully redistributable. ```