summaryrefslogtreecommitdiff
path: root/99/92da58872c3ef761a7c8be266d11eb844f720a
blob: 5d05075b47b41a308cd7b28bf6aa56b9ac83189d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
	helo=mx.sourceforge.net)
	by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <gubatron@gmail.com>) id 1X2jm5-0008UT-LC
	for bitcoin-development@lists.sourceforge.net;
	Thu, 03 Jul 2014 16:22:17 +0000
Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com
	designates 209.85.216.174 as permitted sender)
	client-ip=209.85.216.174; envelope-from=gubatron@gmail.com;
	helo=mail-qc0-f174.google.com; 
Received: from mail-qc0-f174.google.com ([209.85.216.174])
	by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1X2jm3-0007oH-SX
	for bitcoin-development@lists.sourceforge.net;
	Thu, 03 Jul 2014 16:22:17 +0000
Received: by mail-qc0-f174.google.com with SMTP id x13so431737qcv.19
	for <bitcoin-development@lists.sourceforge.net>;
	Thu, 03 Jul 2014 09:22:10 -0700 (PDT)
X-Received: by 10.224.60.137 with SMTP id p9mr9346102qah.70.1404404530306;
	Thu, 03 Jul 2014 09:22:10 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.140.98.69 with HTTP; Thu, 3 Jul 2014 09:21:50 -0700 (PDT)
In-Reply-To: <CABsx9T2_o4HDb_7_Of=Xp6Y0LPgGsaWHR0CYuF9BuTYERPnzVg@mail.gmail.com>
References: <CABsx9T2_o4HDb_7_Of=Xp6Y0LPgGsaWHR0CYuF9BuTYERPnzVg@mail.gmail.com>
From: Angel Leon <gubatron@gmail.com>
Date: Thu, 3 Jul 2014 12:21:50 -0400
Message-ID: <CADZB0_Y1jLH4qxCGpeMEMwGws3V7uikUKyg6wLyjUmEeM3qayg@mail.gmail.com>
To: Gavin Andresen <gavinandresen@gmail.com>
Content-Type: multipart/alternative; boundary=001a1133d8942668ce04fd4c6973
X-Spam-Score: -0.6 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for
	sender-domain
	0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
	(gubatron[at]gmail.com)
	-0.0 SPF_PASS               SPF: sender matches SPF record
	1.0 HTML_MESSAGE           BODY: HTML included in message
	-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
	author's domain
	0.1 DKIM_SIGNED            Message has a DKIM or DK signature,
	not necessarily valid
	-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
X-Headers-End: 1X2jm3-0007oH-SX
Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>
Subject: Re: [Bitcoin-development] Building from git on OSX
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Thu, 03 Jul 2014 16:22:17 -0000

--001a1133d8942668ce04fd4c6973
Content-Type: text/plain; charset=UTF-8

a million thanks for this FYI

http://twitter.com/gubatron


On Thu, Jul 3, 2014 at 11:56 AM, Gavin Andresen <gavinandresen@gmail.com>
wrote:

> Just FYI for anybody else building on OSX:
>
> libtool is a new dependency, so if you update to git HEAD and have trouble
> building:
>
> brew install libtool
>   (or port install libtool -- see doc/build-osx.md for all the
> dependencies)
> ./autogen.sh
> ./configure  .... etc, whatever configure options you use. I develop with:
> ./configure --disable-hardening --disable-silent-rules CXXFLAGS='-g3 -O0
> -DDEBUG_LOCKORDER'
>
>
>
> --
> --
> Gavin Andresen
>
>
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>
>

--001a1133d8942668ce04fd4c6973
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">a million thanks for this FYI</div><div class=3D"gmail_ext=
ra"><br clear=3D"all"><div><a href=3D"http://twitter.com/gubatron" target=
=3D"_blank">http://twitter.com/gubatron</a><br></div>
<br><br><div class=3D"gmail_quote">On Thu, Jul 3, 2014 at 11:56 AM, Gavin A=
ndresen <span dir=3D"ltr">&lt;<a href=3D"mailto:gavinandresen@gmail.com" ta=
rget=3D"_blank">gavinandresen@gmail.com</a>&gt;</span> wrote:<br><blockquot=
e class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc sol=
id;padding-left:1ex">

<div dir=3D"ltr">Just FYI for anybody else building on OSX:<div><br></div><=
div>libtool is a new dependency, so if you update to git HEAD and have trou=
ble building:</div><div><br></div><div>brew install libtool</div><div>=C2=
=A0 (or port install libtool -- see doc/<a href=3D"http://build-osx.md" tar=
get=3D"_blank">build-osx.md</a> for all the dependencies)</div>


<div><div>./autogen.sh</div><div>./configure =C2=A0.... etc, whatever confi=
gure options you use. I develop with:</div><div>./configure --disable-harde=
ning --disable-silent-rules CXXFLAGS=3D&#39;-g3 -O0 -DDEBUG_LOCKORDER&#39;<=
span class=3D"HOEnZb"><font color=3D"#888888"><br>


</font></span></div><span class=3D"HOEnZb"><font color=3D"#888888"><div><br=
></div><div><br></div><div><br></div>-- <br>--<br>Gavin Andresen<br>
</font></span></div></div>
<br>-----------------------------------------------------------------------=
-------<br>
Open source business process management suite built on Java and Eclipse<br>
Turn processes into business applications with Bonita BPM Community Edition=
<br>
Quickly connect people, data, and systems into organized workflows<br>
Winner of BOSSIE, CODIE, OW2 and Gartner awards<br>
<a href=3D"http://p.sf.net/sfu/Bonitasoft" target=3D"_blank">http://p.sf.ne=
t/sfu/Bonitasoft</a><br>_______________________________________________<br>
Bitcoin-development mailing list<br>
<a href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-develo=
pment@lists.sourceforge.net</a><br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development=
" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-de=
velopment</a><br>
<br></blockquote></div><br></div>

--001a1133d8942668ce04fd4c6973--