Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2013 13:25:40 +0900 (JST)
From:      Nakata Maho <maho.nakata@gmail.com>
To:        sgk@troutmask.apl.washington.edu
Cc:        me@janh.de, dim@FreeBSD.org, theraven@FreeBSD.org, avg@FreeBSD.org, freebsd-current@FreeBSD.org, rysto32@gmail.com
Subject:   Re: libc++ vs. libstdc++ usage in the ports tree
Message-ID:  <20131128.132540.2082341321179147888.maho.nakata@gmail.com>
In-Reply-To: <20131127184302.GA15006@troutmask.apl.washington.edu>
References:  <20131114144555.GA22093@troutmask.apl.washington.edu> <52963A90.4000201@janh.de> <20131127184302.GA15006@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hmm thanks for discussion.
I'll install and test FBSD 10 in this weekend.
thanks
 Nakata Maho

From: Steve Kargl <sgk@troutmask.apl.washington.edu>
Subject: Re: Re: libc++ vs. libstdc++ usage in the ports tree
Date: Wed, 27 Nov 2013 10:43:02 -0800

> On Wed, Nov 27, 2013 at 07:31:44PM +0100, Jan Henrik Sylvester wrote:
>> On 11/14/2013 15:45, Steve Kargl wrote:
>> > 
>> > And in practice, it is broken.
>> > 
>> > http://lists.freebsd.org/pipermail/freebsd-current/2013-November/046565.html
>> > 
>> > QED
>> 
>> Trying to migrate to 10, I would like to keep octave. Have you found
>> anything new? Having build the port and all dependencies with standard
>> options, octave is segfaulting for me, too. Anyhow, I can run octave with:
>> 
>> env LD_PRELOAD=/usr/lib/libc++.so.1 octave
>> 
> 
> Unfortunately, you need to add "USE_GCC=any" to math/octave/Makefile,
> and rebuild it.  You theni need to run "ldd -a | more" and search for
> shared libraries that are linked against both libc++ and libstdc++.
> Then, add "USE_GCC=any" to those ports' Makefile and recompile.
> I recall at least 4 that needed to be rebuilt, but only remember
> fltk and libgraphite2.
> 
> -- 
> Steve
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131128.132540.2082341321179147888.maho.nakata>