Hello,
if libtool detects Sun C++ compiler in _LT_SYS_HIDDEN_LIBDEPS it
adds '-library=Cstd -library=Crun' to $postdeps. There is an
extra check that prevents this behavior if CXX or CXXFLAGS
contain '-library=stlport4'. The attached patch adds a similar
check for '-library=stdcxx4'. I also noticed
* justin wrote on Mon, Mar 14, 2011 at 08:45:29AM CET:
> On 14/03/11 07:24, Ralf Wildenhues wrote:
> >
> > Care to send a full patch, as per HACKING (in the git source tree)
> > and with ChangeLog entry?
> here you are.
* Rhys Ulerich wrote on Mon, Mar 14, 2011 at 03:54:09PM CET:
> 'Morning,
>