make rcssserver on MacOS X MountainLion

rcsserverをMacOSXでmakeする
http://sourceforge.net/projects/sserver/


boostのインストール

brew install boost

gccのインストール

brew tap homebrew/versions
brew install gcc49

configure

./configure CC=/usr/local/bin/gcc-4.9

make

make

install

make install