ddavis2speedray / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Solaris support #255

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build on Solaris platform with Sun Studio compiler.
2. Try to get unit tests to pass.

OS: Solaris 8, 9, 10
Compilers: Sun Studio 11, Sun Studio 12, Sun Studio 12u1

This patch applies against the 1.4.0 tarball, not the current trunk.

I've seen that there has been a Solaris support patch already, and I took
some bits from it into this patch; there will be some code conflicts but
they should be easy to resolve.

The patch I'm submitting fixes some other problems not yet addressed by the
Solaris support change in trunk.  For example, there are some GCC-specific
linker flags that are added unconditionally.  I've enabled the detection of
GCC in order to add the flags only when compiled with GCC.

The current state of affairs is that the code builds, but unit tests aren't
passing.  I'll keep on using this issue to record the state on this.

Original issue reported on code.google.com by maciej.b...@gmail.com on 1 Mar 2010 at 4:06

Attachments:

GoogleCodeExporter commented 9 years ago
Hi Maciej,

In order to accept your patch, we need to ask you to sign CLA and and post the 
patch 
to Rietveld, our code review tool. This is described in 
http://code.google.com/p/googletest/wiki/GoogleTestDevGuide#Submitting_Patches.

Original comment by vladlosev on 5 Mar 2010 at 7:42

GoogleCodeExporter commented 9 years ago

Original comment by w...@google.com on 6 Mar 2010 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by w...@google.com on 25 Mar 2010 at 7:12