Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 11:53:37 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        J David <j.david.lists@gmail.com>, freebsd-stable@freebsd.org
Subject:   Re: Clang 3.3 libc++ problem on 9-STABLE
Message-ID:  <51DD2F21.4050006@FreeBSD.org>
In-Reply-To: <CABXB=RSyvP5W%2BzF3VWb3M4RtyeENmQE4y4g7J0%2BGy5%2BhWpRL3g@mail.gmail.com>
References:  <CABXB=RSyvP5W%2BzF3VWb3M4RtyeENmQE4y4g7J0%2BGy5%2BhWpRL3g@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2013-07-10 00:50, J David wrote:
> With SVN version r253119, we are seeing strange errors from iostream while
> attempting to use the new clang 3.3 with libc++ on 9-STABLE.
...
> /tmp/example-fet9b9.o: In function `std::__1::basic_ostream<char,
> std::__1::char_traits<char> >& std::__1::operator<<
> <std::__1::char_traits<char> >(std::__1::basic_ostream<char,
> std::__1::char_traits<char> >&, char const*)':
> example.cc:(.text._ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc[_ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc]+0x4b0):
> undefined reference to `.LBB1_29'
> clang++: error: linker command failed with exit code 1 (use -v to see
> invocation)

Sorry, this was my mistake in importing the fixes needed for llvm PR
16038.  I missed one additional patch, which I imported in r253042.

I will merge it to stable/9 on July 11th.

-Dimitry




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51DD2F21.4050006>