Bug fix to P4Ruby's build script.
On some Linux platforms, P4Ruby
would still be linked with gcc rather than g++ causing problems for
those using gcc 3.x. This change forces mkmf to generate a makefile
where CC=g++ which does no harm to old environments but makes the
link work on new environments.