From owner-freebsd-office@FreeBSD.ORG Thu Feb 7 04:38:41 2013 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2892B20F for ; Thu, 7 Feb 2013 04:38:41 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm17.bullet.mail.bf1.yahoo.com (nm17.bullet.mail.bf1.yahoo.com [98.139.212.176]) by mx1.freebsd.org (Postfix) with SMTP id B0B2799 for ; Thu, 7 Feb 2013 04:38:40 +0000 (UTC) Received: from [98.139.212.145] by nm17.bullet.mail.bf1.yahoo.com with NNFMP; 07 Feb 2013 04:38:33 -0000 Received: from [98.139.211.198] by tm2.bullet.mail.bf1.yahoo.com with NNFMP; 07 Feb 2013 04:38:33 -0000 Received: from [127.0.0.1] by smtp207.mail.bf1.yahoo.com with NNFMP; 07 Feb 2013 04:38:33 -0000 X-Yahoo-Newman-Id: 714571.27120.bm@smtp207.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: myK1NZoVM1n1blB09.dEBSrSGuebBgcQC0BtpLpQ5JxMhPE 5TxB5_08Rs7PICag4.OXLLMY_1ax08rWe7Apx0OS6THMwEEtS8nA7YX3oA76 JrGlsR013vaOpJNJTScjAh.mlGfVEVzCGdWcx8HxtLbbP7oheM8eEL46vMIB bLfWduZihSgZCFmp8AeB_wnOUbyxND6l.pwJgBqS3r1fa2iShCbsn3RoQzok 7LE8h2hwpixWbtEa0WMS8pUat3wGeZnBbGOryWzJ2KMvCXyUbBACAv3fROPS kwfP0Xxfir1qRvHf9ItPfvjpmC830nx_8rlVjMr3pW29AqedQgnOJVCSQbwa W_i3kh3ndY2Xc5.W59yuCpzYzd7cryoWVTqvb2TO8Znmku2_LG0Jb7a3G_FP tPxa6IOu1ykGuecEVpWnZJ5_nY1VlM9lzANTIEAwnpOiMcwp2JYE4xk6Am6i Abpbd4RUDic2FjLSUFB30L1eMKpBgzlRsFOp0OVfaYMej2QUFgAGwHcn3Icw czFrQdkNXrJEfEk9EuO1QVp_ZmGadiWyA0PB2jPbnDNOo87JhFg8b2AI03kn 0nUIJAckNINP1dn_M7UGu1n.T9GNerf4BwNYfT4Mc_7gJpSve3wGrUgJ.Gwo 6og-- X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Received: from [192.168.10.102] (pfg@200.118.157.7 with plain) by smtp207.mail.bf1.yahoo.com with SMTP; 06 Feb 2013 20:38:33 -0800 PST Message-ID: <51132FD0.4090304@FreeBSD.org> Date: Wed, 06 Feb 2013 23:38:40 -0500 From: Pedro Giffuni User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130201 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-office@FreeBSD.org Subject: Problem with Boost and long double Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 04:38:41 -0000 Hello; In some boost related code I am working on I found problems [1] thanks to the recent patch that enabled long double in boost port. For an explanation on why our libstdc++ doesn't support long double, you have to refer to this email: http://lists.freebsd.org/pipermail/freebsd-hackers/2009-March/028030.html Curiously it has just been discussed in -toolchain that our libstdc++ is misconfigured: http://docs.freebsd.org/cgi/mid.cgi?510EE5D2.4050409 Perhaps the patch in the post helps fix the issues but for now I would request that boost port disables again the long double support. Thanks, Pedro. [1] https://svn.boost.org/trac/boost/ticket/7987