On Unix, it does the following : - copies STLport headers in "stlport" subdirectory of system's local include directory (default is /usr/local/include); - copies STLport .a and .so files to system local library directory (default is /usr/local/lib); 在UNIX平台上,它完成了下面的工作 -拷贝STLport头文件到系统local include目录(默认是/usr/local/include) -拷贝STLport.a和.so文件到系统的local库文件目录(默认为/usr/local/lib) 6) If build fails, you may choose to : - try fixing the build ; - wait until somebody else will submit corresponding changes to be incorporated in next STLport release/snapshot. To use STLport w/o its own iostreams, please do step 3a).