Ben Taylor wrote: > here's a patch for getting libtunepimp to build. > > > Index: LIBTUNEPIMP/0.5.3/Solaris/configure.sh > =================================================================== > --- LIBTUNEPIMP/0.5.3/Solaris/configure.sh (revision 2603) > +++ LIBTUNEPIMP/0.5.3/Solaris/configure.sh (working copy) > @@ -2,6 +2,8 @@ > > CPPFLAGS="$CPPFLAGS -DHAVE_STRUCT_IOVEC" > export CPPFLAGS > +CXXFLAGS=`echo $CXXFLAGS | sed 's,-library=no%Cstd,,g'` > +export CXXFLAGS
huh ? We need this in order to disable linking with libCstd.so.1. --Stefan -- Stefan Teleman Sun Microsystems, Inc. Stefan.Teleman at Sun.COM
