LDFLAGS=$boost_save_LDFLAGS
LIBS=$boost_save_LIBS
if test x"$Boost_lib" = xyes; then
- Boost_lib_LDFLAGS="-L$boost_ldpath -Wl,-R$boost_ldpath"
+ Boost_lib_LDFLAGS="-L$boost_ldpath -Wl,-rpath -Wl,$boost_ldpath"
Boost_lib_LDPATH="$boost_ldpath"
break 6
else
If you're using a non-GCC compiler (such as clang), you may need to explicitly
use the GNU standard C++ library by passing:
- CXXFLAGS='-stdlib=libstdc++'
-as an argument to this configure script.
+ CXXFLAGS='-stdlib=libstdc++' CPPFLAGS='-stdlib=libstdc++'
+as arguments to this configure script.
This is the case on Mac OS Mavericks, for example.])])])
AC_LANG_POP([C++])
AC_MSG_RESULT([$CVC4_PB_DS_NAMESPACE])