Marc Glisse wrote: > I may have missed a message somewhere, but why don't you simply use the > stlport4 library that comes with Sun Studio? > (use the -library=stlport4 option at compile and link time) > This is what the studio team recommends, tests and supports > for use with boost. Alternatively, openoffice seams to use stlport5 (not > sure).
http://docs.sun.com/app/docs/doc/819-5267/6n7c46dsm?l=en&a=view&q=STLport <QUOTE> STLport is an open source product and does not guarantee compatibility across different releases. In other words, compiling with a future version of STLport may break applications compiled with STLport 4.5.3. It also might not be possible to link binaries compiled using STLport 4.5.3 with binaries compiled using a future version of STLport. Future releases of the compiler might not include STLport4. They might include only a later version of STLport. The compiler option -library=stlport4 might not be available in future releases, but could be replaced by an option referring to a later STLport version. </QUOTE> If you actually searched in Google, and if you had actually worked with stlport4, you would have found out why stlport4 is not a good choice. --Stefan -- Stefan Teleman Sun Microsystems, Inc. Stefan.Teleman at Sun.COM
