Open GoogleCodeExporter opened 9 years ago
To start: I don't use Solaris anywhere, nor am I anywhere experienced using it.
However, I've managed to get a Solaris 10 VM up and running with development
tools installed using http://www.opencsw.org/ . Then, when I issue "CC=gcc
gmake", Redis compiles as it should (although with some compiler warnings).
My guess is that the tooling that comes with Solaris out of the box is not
compatible with the make we use (GNU make). I would recommend using GNU make
instead of the bundled one. Could you verify that this works for you?
Original comment by pcnoordh...@gmail.com
on 12 Oct 2010 at 2:13
Thanks for the quick response - Interesting i have been hearing about this
pkg-get etc for Solaris. Can you tell me which specific development packages I
require. I assume I will need GNU C++ and GMake but is their any other packages
that I will need.
Packages:
gcc2 2.95.3,REV=2005.01.04
gmake 3.82,REV=2010.07.28
And of course I will happy to verify the results with you
Many thanks in advance!!
Original comment by peter.wa...@gmail.com
on 14 Oct 2010 at 9:02
Redis' Makefile containes GNU extensions such as:
ifeq/else/endif or the operator ?=
It's normal that it doesn't work with PMake or BSD Make, but it should work
with GNU Make. What kind of error does GNU Make produce?
Original comment by henrywho...@gmail.com
on 25 Oct 2010 at 10:09
Original issue reported on code.google.com by
peter.wa...@gmail.com
on 12 Oct 2010 at 10:47