Closed GoogleCodeExporter closed 9 years ago
Hady- as our Solaris expert at large, can you please comment on this bug? Do
you see this in your setup?
Original comment by vladlosev
on 16 Apr 2010 at 10:06
Well, I don't see this in my setup cause I also set -library-stlport4 in my
CXXFLAGS...
I hesitated at first about adding the option to the CMakeLists.txt, but had
finally
decided that the option shouldn't be forced on the user. There are many out
there that
build with non-standard STLs like stlport5, stdcxx, etc...
Original comment by hady.za...@gmail.com
on 19 Apr 2010 at 4:22
If there isn't a good way to make this into a code or configuration fix, could
it be
a documentation fix? I know Solaris isn't an officially supported target, but
it
would still be useful to have this information readily available somehow,
perhaps in
a README.solaris file or something, for all the Solaris users who are going to
use
gtest anyway.
Original comment by Matthew....@gmail.com
on 19 Apr 2010 at 4:51
Vlad, can we add an FAQ entry for this to the wiki? Thanks.
Original comment by w...@google.com
on 19 Apr 2010 at 9:03
Matthew, what are the exact command sequences - both for CMake and for
Autotools?
Original comment by vl...@google.com
on 20 Apr 2010 at 5:09
The important part is to set the environment up:
export CC=cc CXX=CC CXXFLAGS='-library=stlport4'
After that, it's just a matter of running either cmake . or ./configure. This
works,
assuming that SunStudio is mapped to the cc and CC commands.
Original comment by Matthew....@gmail.com
on 21 Apr 2010 at 7:41
FAQ updated in rev 419.
Original comment by vladlosev
on 22 Apr 2010 at 11:02
Original issue reported on code.google.com by
Matthew....@gmail.com
on 16 Apr 2010 at 7:28