On Oct 24, 6:55 am, Paul Brannan <pbran... / atdesk.com> wrote: > On Sun, Oct 21, 2007 at 01:55:03AM +0900, Gary wrote: > > Now, on to my next problem. When I try using new I get linker errors > > (grrr) > > Are you compiling with gcc or g++? > > Paul When I type make the line says g++ (blah blah blah) Although when I look at the Makefile it has the following line: CC = gcc If it is any help, my extconf.rb is as follows: require 'mkmf' create_makefile("Test") I hope I've given you as much information as you need, and perhaps more =-) Thank you Paul