From: Jason Roelofs Date: 2008-03-22T22:21:57+09:00 Subject: Re: extending ruby with C++ $CC = "g++" $CXX = $CC # for good measure. You should probably go looking around at tutorials on how to build C and C++ code before you go much farther into this project. Jason On Sat, Mar 22, 2008 at 5:53 AM, 7stud -- wrote: > Ron Fox wrote: > > Try using g++ to link the code rather than cc. Using cc does not > > include the g++ run-time libraries in the link. > > > > Ron. > > I don't know how to do that. > > > > -- > Posted via http://www.ruby-forum.com/. > >