On Fri, Aug 22, 2008 at 2:49 PM, Stefan Teleman <Stefan.Teleman at sun.com> wrote: > > > 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.
I misunderstood a problem. The examples Makefile is getting remade after configure.sh patches the Makefile.in file, so that the patches are lost because it runs automake on Makefile.am.... Please ignore the noise, and hopefully I can figure out how to get it to stop remaking the examples Makefile at build time... Ben
