+2005-08-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * libltdl/m4/libtool.m4 [ solaris CC ]: Document issue with C++
+ standard libraries.
+
2005-08-30 Gary V. Vaughan <gary@gnu.org>
* libltdl/m4/ltoptions.m4 (AC_LIBTOOL_PIC_MODE): Renamed...
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_TAGVAR(postdeps,$1)='-lCstd -lCrun'
;;
esac