Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Rt648-0005pU-KM for bitcoin-development@lists.sourceforge.net; Thu, 02 Feb 2012 23:27:44 +0000 X-ACL-Warn: Received: from zinan.dashjr.org ([173.242.112.54]) by sog-mx-2.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1Rt647-00075N-JD for bitcoin-development@lists.sourceforge.net; Thu, 02 Feb 2012 23:27:44 +0000 Received: from ishibashi.localnet (fl-184-4-164-217.dhcp.embarqhsd.net [184.4.164.217]) (Authenticated sender: luke-jr) by zinan.dashjr.org (Postfix) with ESMTPSA id 13448560768; Thu, 2 Feb 2012 23:27:38 +0000 (UTC) From: "Luke-Jr" To: Michael =?iso-8859-1?q?Gr=F8nager?= Date: Thu, 2 Feb 2012 18:27:31 -0500 User-Agent: KMail/1.13.7 (Linux/3.1.5-gentoo; KDE/4.7.4; x86_64; ; ) References: <31B4BA03-FE8A-4730-9EFD-9850BC894C3B@ceptacle.com> <201202021130.12213.luke@dashjr.org> <50342F76-062C-4A88-A5DA-A77C799AEC80@ceptacle.com> In-Reply-To: <50342F76-062C-4A88-A5DA-A77C799AEC80@ceptacle.com> X-PGP-Key-Fingerprint: CE5A D56A 36CC 69FA E7D2 3558 665F C11D D53E 9583 X-PGP-Key-ID: 665FC11DD53E9583 X-PGP-Keyserver: x-hkp://subkeys.pgp.net MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201202021827.34097.luke@dashjr.org> X-Spam-Score: -0.0 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain X-Headers-End: 1Rt647-00075N-JD Cc: bitcoin-development@lists.sourceforge.net Subject: Re: [Bitcoin-development] libcoin (HEAD) now supports boost < 1.47 - please test X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2012 23:27:44 -0000 On Thursday, February 02, 2012 5:43:07 PM Michael Gr=F8nager wrote: > Enabling dynamic libs was on my TODO, but on the > Redmond_OS_not_to_be_mentioned you need to : * prepend class definitions > with __declspec(dllexport) when you compile the dll * prepend class > definitions with __declspec(dllimport) when you use the dll I just love > the way they spoil their developers... I hadn't even thought of this. Sounds like a pain :/ The problem I had was related to *using* static libraries; ie, boost. I have libboost*.so, but libboost*.a