From: Daniel Carrera Date: 2003-01-12T04:53:52+09:00 Subject: Re: Statically linking ruby extensions - build problem Did you try building the Test.c example? What happens? This is on my machine: $ ls Test.c extconf.rb $ cat extconf.rb require 'mkmf' create_makefile("Test") $ ruby extconf.rb creating Makefile $ $ ls Makefile Test.c Test.o Test.so* extconf.rb mkmf.log $ ruby -e 'require "Test"' $ What is the output on your system? Daniel Carrera Graduate Teaching Assistant. Math Dept. University of Maryland. (301) 405-5137