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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
