Skip to content

Instantly share code, notes, and snippets.

@notbenh
Created December 15, 2010 18:10
Show Gist options
  • Save notbenh/742366 to your computer and use it in GitHub Desktop.
Save notbenh/742366 to your computer and use it in GitHub Desktop.
gmake fails for me on solaris with gmake 3.80
sierra ben /home/ben/src/antirez-redis-c349494/src> gmake --version
GNU Make 3.80
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
sierra ben /home/ben/src/antirez-redis-c349494/src> gmake
cd ../deps/hiredis && gmake static ARCH=""
gmake[1]: Entering directory `/home/ben/src/antirez-redis-c349494/deps/hiredis'
Makefile:17: Extraneous text after `else' directive
Makefile:25: *** only one `else' per conditional. Stop.
gmake[1]: Leaving directory `/home/ben/src/antirez-redis-c349494/deps/hiredis'
gmake: *** [dependencies] Error 2
sierra ben /home/ben/src/antirez-redis-c349494/src> uname -a
SunOS sierra 5.10 Generic_127128-11 i86pc i386 i86pc
sierra ben /home/ben/src/antirez-redis-c349494/src>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment