Create 187.md

This commit is contained in:
wakgill
2021-01-09 01:37:57 -06:00
committed by GitHub
parent 7165d7fa83
commit 1bb84043b2
+19
View File
@@ -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.
```