|
From: Michael R. <mr...@ne...> - 2003-07-17 17:03:11
|
On Thu, 3 Jul 2003, Michael Neumann wrote: > Add these lines to extconf.rb file for dbd_something (look at ext/ > directory): > > $CC = "gcc-3.3" > $CFLAGS += " -I/some_path/include" > $LDFLAGS += " -L/some_path/lib" > > Then try again. $CFLAGS and $LDFLAGS worked fine, $CC is ignored by mkmf. But I managed to work arround anyway. I also removed the find_library() and have_header() tests and modified the dir_config() call. > Hope this helps. Yes. Helped a lot. Thank you! Michael Roth |