Update bitcoin-qt.pro to (optionally) static link. Update gitian linux build to static link everything except qt (and force users to have the qt libs on their system)
Build updates #607
pull TheBlueMatt wants to merge 3 commits into bitcoin:master from TheBlueMatt:build-updates changing 3 files +21 −3-
TheBlueMatt commented at 11:43 PM on November 4, 2011: member
-
TheBlueMatt commented at 11:44 PM on November 4, 2011: member
Can someone double-check this before merging, ie for determinism and that gitian win32, gitian linux, mac build scripts, etc all have proper release defaults?
-
gavinandresen commented at 12:30 AM on November 5, 2011: contributor
Mac doesn't support -Wl,-B (it has its own ld): ld: unknown option: -Bstatic
-
Make bitcoin-qt dynamically linked by default like bitcoind. 5dfce6c838
-
Make linux gitian build statically linked. 35f996e41d
-
remove commit before merge. 680a2f7106
-
TheBlueMatt commented at 10:42 PM on November 5, 2011: member
Ok, just removed the update for anything except Unix (as the makefile.unix one did).
-
gavinandresen commented at 3:45 PM on November 7, 2011: contributor
I rewrote the intent of this (and committed); see commit a5f07cbea05fbb03a668dbd5ba3694627cfb5375
BUT: it still links against the QtGui and QtCore .so's.
- TheBlueMatt closed this on Nov 7, 2011
- ptschip referenced this in commit 9c83487d79 on May 30, 2017
- sipa referenced this in commit 54245985fb on Mar 31, 2019
- sipa referenced this in commit 3fe71bbd95 on Apr 2, 2019
- LongShao007 referenced this in commit 3d9a3d2063 on Jul 15, 2019
- LongShao007 referenced this in commit 8af66f3427 on Jul 15, 2019
- LongShao007 referenced this in commit 807f206f73 on Jul 15, 2019
- fjahr referenced this in commit b19c000063 on Jul 24, 2019
- kallewoof referenced this in commit 879b64b010 on Oct 4, 2019
- kallewoof referenced this in commit c866f52e2a on Oct 4, 2019
- Losangelosgenetics referenced this in commit 24daff0fca on Mar 12, 2020
- backpacker69 referenced this in commit ef89673ace on Mar 28, 2021
- DrahtBot locked this on Sep 8, 2021
Contributors