nobu.nokada / softhome.net wrote in message news:<200409081052.i88AqDUm025449 / sharui.nakada.niregi.kanuma.tochigi.jp>... > Hi, > > At Wed, 8 Sep 2004 17:25:07 +0900, > Dominik Werder wrote in [ruby-talk:111830]: > > > Add have_library("stdc++") to extconf.rb. > > I don't use any build system for this little wrapper, or do you mean I > > should add this to the ruby source and recompile ruby? I guess no :) > > Then how do you compile it? > > I mean you have to create extconf.rb: > > have_library("stdc++") > create_makefile("your_libname") When it was plain C without the C++ stuff I just used gcc from commandline to make a shared object..