On 10/7/05, Ryan Davis <ryand-ruby / zenspider.com> wrote: > > The C builder has API to do this: > > class X > inline(:C) do |builder| > builder.add_link_flags "whatever" > # ... > end > end > > It is fairly well documented. Just generate the rdoc and poke around. > > The better route to go is to build your own ruby and it'll pick up > all the things it needs automatically. > > Read rbconfig.rb for where we get all our building information. Thanks - those are just the pointers I needed. Sean