Lines Matching refs:stlport
23 2) Make sure "stlport" directory of this distribution comes before compiler's one
26 Note: for SunPro CC 5.0 and higher, there used to be special directory "stlport/SC5"
29 3) Make sure you do not rename this "stlport" subdirectory -
35 (see stlport/stl/config).
64 configuration macro in stlport/stl/config/user_config.h, you may stop reading here.
82 install by just copying stlport and lib folder to the destination of your choise. For
86 tar cf - stlport | (cd /usr/local/include; tar xf -)
87 chmod -R a+r /usr/local/include/stlport
88 chown -R root:root /usr/local/include/stlport
133 With GCC : g++ -pthread -I./stlport mytest.cpp -L./lib/ -lstlport
134 With DEC CC : cxx -I./stlport mytest.cpp -L./lib/ -lstlport
135 With SUN CC : CC -mt -I./stlport mytest.cpp -L./lib/ -lstlport
138 you do not have to specify "stlport.M.m.lib" explicitly, as it is being choosen
144 cl.exe /I.\stlport mytest.cpp /link /libpath:.\lib /MD