From: Michael R. <mr...@ne...> - 2003-07-01 20:30:49
|
Hi, I'm a newbie at ruby and I would like to pass ruby-dbi alternative compiler and linker flags, like: ruby setup.rb config --with=dbi,dbd_something CC=gcc-3.3 CFLAGS=-I/some_path/include LDFLAGS=-L/some_path/lib ruby setup.rb setup ruby setup.rb install Maybe I'm a little stupid, because I'm don't know how to do it. I tried setting environment veriables and I tried to append the definitions to "config.save" after running "ruby setup.rb config". But nothing worked. Can anybody help me, please? Thanks! cu Michael Roth |