From: Daniel Berger Date: 2007-08-22T04:01:51+09:00 Subject: Re: Failure trying to build Ruby 1.8.6 on HP-UX 11 On Aug 21, 12:46 pm, Daniel Berger wrote: > Hi all, > > djberge@td191> uname -a > HP-UX td191 B.11.31 U 9000/800 3397116299 unlimited-user license > > djberge@td191> what `which cc` > /usr/bin/cc: > $Revision: 92453-07 linker linker crt0.o B.11.53 060807 $ > LINT B.11.X.36086-36089-36092.GP CXREF B.11.X. > 36086-36089-36092.GP > HP92453-01 B.11.X.36086-36089-36092.GP HP C Compiler > $ PATCH/11.00:PHCO_27774 Oct 3 2002 09:45:59 $ > > djberge@td191> echo $CC > cc -Ae -s > > When I try to build Ruby 1.8.6 I get this: Ok, the problem went away when I installed gperf. The only other quirks I noticed is that you have to run make twice - the first one fails, but then the second works - and that ext/curses may cause the build to fail. I simply removed ext/curses altogether, but I think older posts have better soltuions. Regards, Dan