Date: Wed, 27 Mar 2013 05:01:00 -0700 (PDT) From: Jakub Lach <jakub_lach@mailplus.pl> To: freebsd-stable@freebsd.org Subject: libstdc++ not found by clang and base ld on 9-STABLE when building cmake c++ project Message-ID: <1364385660939-5799353.post@n5.nabble.com>
next in thread | raw e-mail | index | archive | help
Hello, I'm not sure if this is right list, but has anything recently changed which could explain why cmake c++ project (http://sourceforge.net/projects/gemrb/) started to fail upon linking stage (looking like libstdc++ is not included /usr/include/c++/4.2/)? It works normally if passed gcc48 as compiler which subsequently uses (ld) binutils from ports and relevant libstdc++. I have in src.conf- WITH_CLANG_IS_CC=true WITHOUT_GCC=true WITHOUT_CLANG_FULL=true This project was routinely building with clang for me just fine earlier (as well as with gcc47 if told so). I even checked some ancient git tags and I'm positive it's some change in system, as they failed in the same way (no libstdc++ when linking). -- View this message in context: http://freebsd.1045724.n5.nabble.com/libstdc-not-found-by-clang-and-base-ld-on-9-STABLE-when-building-cmake-c-project-tp5799353.html Sent from the freebsd-stable mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1364385660939-5799353.post>