summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian McQueen <mcqueenorama@gmail.com>2011-10-06 15:18:57 -0700
committerbitcoindev <bitcoindev@gnusha.org>2011-10-06 22:19:03 +0000
commitbf69b61d2211ad2737ac448060e3b62e96f372db (patch)
treec379abbfefafb980a19bdab67de2336b53b0e752
parent93c4a92b70ab20a016da061fdd10051960494e90 (diff)
downloadpi-bitcoindev-bf69b61d2211ad2737ac448060e3b62e96f372db.tar.gz
pi-bitcoindev-bf69b61d2211ad2737ac448060e3b62e96f372db.zip
Re: [Bitcoin-development] Mac libboost_thread or thread-mt?
-rw-r--r--da/edf5802013c0f1399772f28f88128482386cae115
1 files changed, 115 insertions, 0 deletions
diff --git a/da/edf5802013c0f1399772f28f88128482386cae b/da/edf5802013c0f1399772f28f88128482386cae
new file mode 100644
index 000000000..96851f7dd
--- /dev/null
+++ b/da/edf5802013c0f1399772f28f88128482386cae
@@ -0,0 +1,115 @@
+Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191]
+ helo=mx.sourceforge.net)
+ by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
+ (envelope-from <mcqueenorama@gmail.com>) id 1RBwHP-00071J-RZ
+ for Bitcoin-development@lists.sourceforge.net;
+ Thu, 06 Oct 2011 22:19:03 +0000
+Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com
+ designates 209.85.210.175 as permitted sender)
+ client-ip=209.85.210.175; envelope-from=mcqueenorama@gmail.com;
+ helo=mail-iy0-f175.google.com;
+Received: from mail-iy0-f175.google.com ([209.85.210.175])
+ by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
+ (Exim 4.76) id 1RBwHO-0000P1-R4
+ for Bitcoin-development@lists.sourceforge.net;
+ Thu, 06 Oct 2011 22:19:03 +0000
+Received: by iadx2 with SMTP id x2so5030656iad.34
+ for <Bitcoin-development@lists.sourceforge.net>;
+ Thu, 06 Oct 2011 15:18:57 -0700 (PDT)
+MIME-Version: 1.0
+Received: by 10.231.27.203 with SMTP id j11mr2194409ibc.10.1317939537583; Thu,
+ 06 Oct 2011 15:18:57 -0700 (PDT)
+Received: by 10.231.148.141 with HTTP; Thu, 6 Oct 2011 15:18:57 -0700 (PDT)
+In-Reply-To: <CAPiTikU=9=1cyL9EQPX5Ou47UBn+Q_VqXG51RP8_47DVT3zMGw@mail.gmail.com>
+References: <CAPfzCrQapXWj_qVRffi5Tnr6_e3_0NEXjGnusHiSOkE-RJ5KLw@mail.gmail.com>
+ <1317825475.3047.3.camel@BMThinkPad.lan.bluematt.me>
+ <CABsx9T0PXuod3MS_B07PEOMEvKKjTtR3wAetbOkNp1HO5KFr-w@mail.gmail.com>
+ <CAPiTikU=9=1cyL9EQPX5Ou47UBn+Q_VqXG51RP8_47DVT3zMGw@mail.gmail.com>
+Date: Thu, 6 Oct 2011 15:18:57 -0700
+Message-ID: <CAPfzCrRhRr_2AfwiR+NGSbRkBQ=n1tN=YLhVp3FOXJaSWFrk6Q@mail.gmail.com>
+From: Brian McQueen <mcqueenorama@gmail.com>
+To: Bitcoin-development@lists.sourceforge.net
+Content-Type: text/plain; charset=ISO-8859-1
+X-Spam-Score: -1.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
+ (mcqueenorama[at]gmail.com)
+ -0.0 SPF_PASS SPF: sender matches SPF record
+ -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
+ 0.0 T_TO_NO_BRKTS_FREEMAIL To: misformatted and free email service
+X-Headers-End: 1RBwHO-0000P1-R4
+Subject: Re: [Bitcoin-development] Mac libboost_thread or thread-mt?
+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, 06 Oct 2011 22:19:03 -0000
+
+I added -mt and it compiles, but here is a surprise. I had to add
+libz.a to the makefile.osx. Sounds odd! Its coming from the crypto
+libs.
+
+On Wed, Oct 5, 2011 at 11:50 AM, Douglas Huff <dhuff@jrbobdobbs.org> wrote:
+> Bad update. Macports has a couple of boost packages. Install the newer 1.46
+> ones.
+>
+> --
+> Douglas Huff
+>
+> On Oct 5, 2011 1:43 PM, "Gavin Andresen" <gavinandresen@gmail.com> wrote:
+>> I updated src/makefile.osx and doc/build-osx.txt today, assuming that
+>> the MacPorts versions of dependencies will be used and the -mt boost
+>> libraries will be used.
+>>
+>> I also modified makefile.unix and makefile.osx to auto-build
+>> dependencies using gcc's -MMD option.
+>>
+>> --
+>> --
+>> Gavin Andresen
+>>
+>>
+>> ------------------------------------------------------------------------------
+>> All the data continuously generated in your IT infrastructure contains a
+>> definitive record of customers, application performance, security
+>> threats, fraudulent activity and more. Splunk takes this data and makes
+>> sense of it. Business sense. IT sense. Common sense.
+>> http://p.sf.net/sfu/splunk-d2dcopy1
+>> _______________________________________________
+>> Bitcoin-development mailing list
+>> Bitcoin-development@lists.sourceforge.net
+>> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
+>
+> ------------------------------------------------------------------------------
+> All the data continuously generated in your IT infrastructure contains a
+> definitive record of customers, application performance, security
+> threats, fraudulent activity and more. Splunk takes this data and makes
+> sense of it. Business sense. IT sense. Common sense.
+> http://p.sf.net/sfu/splunk-d2dcopy1
+> _______________________________________________
+> Bitcoin-development mailing list
+> Bitcoin-development@lists.sourceforge.net
+> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
+>
+>
+
+
+
+--
+Make a Small Loan, Make a Big Difference - Check out Kiva.org to Learn How!
+
+