Re: help On compiling on solaris 11

2012-08-21 Thread Andrew Reynhout
Try this on Solaris 11: CPPFLAGS="-D_XPG6" LDFLAGS="-D_XPG6" ./configure Remove "-I-" from am__append_7 in Makefile (or just comment the whole line, it's unnecessary) gmake On Wed, Aug 22, 2012 at 12:06:18AM -0400, blueBoy wrote: > Hi , > > How do i compile tmux on solaris 11 with gcc4 x86

Re: help On compiling on solaris 11

2012-08-21 Thread Nicholas Marriott
Open /usr/include/sys/feature_tests.h and show me around lines 300-400 or so. On Wed, Aug 22, 2012 at 12:06:18AM -0400, blueBoy wrote: > Hi , > > How do i compile tmux on solaris 11 with gcc4 x86 > By pulling latest git & compiling i get following errors: > > make > gcc -DPACKAGE_NAME=\"tmux\"