From: YANAGAWA Kazuhisa Date: 2005-01-12T08:01:12+09:00 Subject: Re: Compiling native extension into Ruby In Message-Id: <72066A76-63FF-11D9-AF42-000393CC7770@infoether.com> David Craine writes: > actually try and compile the bdb extension, but without passing in the > --with-db-dir parameter. I need to know how to pass this parameter > through to the extconf.rb file for the bdb extension when running the > make file for ruby. Then give the option to configure. Ruby's configure passes unknown options to extmk.rb, which then use that options to make extension libraries. -- kjana@dm4lab.to January 12, 2005 It is never late to mend.