standard libraries.
+2005-08-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * README, libtool.m4 [ solaris CC ]: Document issue with C++
+ standard libraries.
+
2005-08-29 Gary V. Vaughan <gary@gnu.org>
* libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE): Fix the comment to not
9) Note that newer Sun Studio Fortran compilers might need Autoconf macros
not yet present in 2.59 but only in CVS Autoconf.
+
+10) Note that Sun C++ compiler versions before 5.6 may need some special
+setup to link properly against shared versions of the C++ standard libraries.
+See http://lists.gnu.org/archive/html/libtool/2005-08/msg00088.html for
+more information.
solaris*)
case $cc_basename in
CC*)
+ # Adding this requires a known-good setup of shared libraries for
+ # Sun compiler versions before 5.6, else PIC objects from an old
+ # archive will be linked into the output, leading to subtle bugs.
_LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
;;
esac