# Gavin Andresen # 2010-10-14 13:38:06 # https://bitcointalk.org/index.php?topic=1460.msg16964#msg16964 svn r167 is a tweaked makefile.unix that Xunie reports allows bitcoind to compile cleanly on Ubuntu 10.04 x86_64. @p{par} I tested on my Debian box and it does no harm; let me know if it breaks the build on any other unix flavors. @p{brk} Code: Index: makefile.unix @p{brk} =================================================================== @p{brk} @p{@p{--}-} makefile.unix@p{(tt} @p{??)}(revision 166) @p{brk} +++ makefile.unix@p{(tt} @p{??)}(working copy) @p{brk} @@ -26,7 +26,9 @@ @p{brk} -l ssl \ @p{brk} -l crypto \ @p{brk} -Wl,-Bdynamic \ @p{brk} - -l gthread-2.0 @p{brk} + -l gthread-2.0 \ @p{brk} + -l z \ @p{brk} + -l dl @p{brk}