Re: [CMake] CMake on Solaris - 2 issues that I can't figure out

2011-12-24 Thread Dan Kegel
On Fri, Dec 23, 2011 at 1:00 PM, bmahf wrote: > 2) The decision was made to go ahead with the build, even though it was > going to be creating statis libraries, and then we would go back and fix > that later.  So I ran gmake and get to a subproject where the __solaris__ > define that I had given d

Re: [CMake] CMake on Solaris - 2 issues that I can't figure out

2011-12-24 Thread David Cole
What version of CMake are you using? cmake --version should tell you... On Fri, Dec 23, 2011 at 4:00 PM, bmahf wrote: > Hi all, > > I'm relatively new to cmake, and am trying to use an existing cmake process > to compile my company's code on solaris.  The last person to do a solaris > build

[CMake] CMake on Solaris - 2 issues that I can't figure out

2011-12-23 Thread bmahf
Hi all, I'm relatively new to cmake, and am trying to use an existing cmake process to compile my company's code on solaris. The last person to do a solaris build in this company left a couple of years ago, and so I don't really have the knowledge of this process at my fingertips. I have two pro