If you come across the following error in Intel Mac when you build Raspell,
Need to update 18 gems from http://gems.rubyforge.org
………………
complete
Building native extensions. This could take a while…
ERROR: While executing gem … (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension
ruby extconf.rb install raspell
checking for ruby.h… yes
checking for aspell.h… yes
checking for main() in -laspell… yes
creating Makefile
make
gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -DHAVE_RUBY_H -DHAVE_ASPELL_H -fno-common -arch ppc -arch i386 -Os -pipe -fno-common -c raspell.c
cc -arch ppc -arch i386 -pipe -bundle -o raspell.bundle raspell.o -L”.” -L”/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib” -L. -arch ppc -arch i386 -lruby -laspell -lpthread -ldl -lm
ld: warning in …