+------ Darren Reed wrote (Sat, 18-Oct-2008, 18:36 -0700): | | Right... it appears that your problem is Sun's C compiler. | | If you do "setenv CC gcc" (or "export CC=gcc), does the build succeed?
Darren, if you examine the patch, only one of the three changes is compiler related. The other two involve including headers to get all the definitions required by the code. The entire arc4random.c udiff is only 34 lines, containing 10 new lines. Best, Chuck
