Try changing:
$CFLAGS += " -fno-stack-protector -fno-common -D_FILE_OFFSET_BITS=64"

to:
$CFLAGS += " -fno-common -D_FILE_OFFSET_BITS=64"

in file ext/extconf.rb


If you don't have that extension built into GCC then you do not need 
that flag.

Here is more information regarding Stack smash protection:
http://en.wikipedia.org/wiki/Stack-smashing_protection

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to