From: nobu.nokada@... Date: 2004-09-08T19:52:16+09:00 Subject: Re: Extending ruby with crypto++ 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") -- Nobu Nakada