tags 342311 + patch thanks attached patch makes it compile on sparc.
diff -ruN ../orig/stlport5-5.0.0/stlport/config/stl_gcc.h stlport5-5.0.0/stlport/config/stl_gcc.h --- ../orig/stlport5-5.0.0/stlport/config/stl_gcc.h 2005-12-31 03:17:00.000000000 +0000 +++ stlport5-5.0.0/stlport/config/stl_gcc.h 2005-12-31 03:39:58.000000000 +0000 @@ -495,6 +495,10 @@ # define _STLP_NO_LONG_DOUBLE #endif +#if defined (__sparc) +# define _STLP_NO_LONG_DOUBLE +#endif + /* Local Variables: mode:C++