Lucas L. wrote: > Hello, > I am trying to build a STAF extension for ruby (not made by me). It > comes with a very simple extconf.rb file: > > require 'mkmf' > > dir_config('staf') > have_library('STAF', 'STAFRegister') > create_makefile("STAFHandle") > > However, no matter how I specify the directory (I've tried > -with-staf-dir=c:\STAF, -with-staf-lib=c:\STAF\lib, etc) it gives: > > checking for STAFRegister() in STAF.lib... no > creating Makefile Check the mkmf.log file. It should give you some indication as to why it couldn't checking for STAFRegister in STAF.lib failed. -- RMagick: http://rmagick.rubyforge.org/