From 1bb84043b25883c3ff21835cc99b127f477a124f Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Sat, 9 Jan 2021 01:37:57 -0600 Subject: [PATCH] Create 187.md --- docs/forum/bitcoin-forum/187.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/forum/bitcoin-forum/187.md diff --git a/docs/forum/bitcoin-forum/187.md b/docs/forum/bitcoin-forum/187.md new file mode 100644 index 0000000..8c8878b --- /dev/null +++ b/docs/forum/bitcoin-forum/187.md @@ -0,0 +1,19 @@ +--- +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. +```