Jan Prill wrote: > And the interlinking element seems to be fedora... For both of you there > are > no problems on osx/freebsd. Installations on ubuntu don't report these > problems and my install on gentoo is fine too. So we need to find out > what's > the problem with fedora.. Are people that are on redhat experiencing the > same problems? > > Regards > Jan
I just tried rebuilding ferret with -Os instead of -O0 as was in the makefile that was generated (i'm sorta new to this whole ruby thing so I don't know how that gets created). And now it works fine. So after running ruby setup.rb config I went into ext/ modified Makefile, changed -O0 to -Os in the CFLAGS, and ran make, then went back up a directory and ran rake setup.rb and that installed it, and now everything is working just fine. Jordan -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

