libstdc++ support on Linux?
805058Sep 20 2011 — edited Sep 20 2011Hi all,
I couldn't easily find an answer to my question, so I thought I would ask here: does Solaris Studio on Linux support libstdc++? I see there is some gcc compatibility, but from the documentation it seems the standard library options are the same as on Solaris (-library=Cstd, -library=stlport4, etc.).
If it's not supported directly, has anyone had any luck disabling the compiler standard library options and compiling against libstdc++ directly?
My use case is that I have a large amount of C++ libraries built with g++, and I would like to test compiling an application with Studio without rebuilding the entire stack of libraries. I just want to see if this is at all feasible before I attempt it.
Thanks in advance,
Graham