I'm probably just confused (again), but while trying to track down problems I'm having with mod_ruby, I started looking at the Makefile.RB for eruby. I discovered the following: require 'rbconfig' include Config puts CONFIG['LIBRUBYARG'] #=> libruby.a But... require "mkmf" puts CONFIG['LIBRUBYARG'] #=> $(LIBRUBY_A) This is messing up the build of eruby on my box. Is this s bug in mkmf, or a fault in eruby's Makefile.RB? Dave