On Nov 13, 2006, at 10:11 PM, Xavier Noria wrote: > I just grabbed 0.10.13 and tried to build it on Solaris, but the > generated Makefile uses cc, which is not installed. gcc is installed > but some options like -KPIC are not valid. > > I did a search with no luck, except that I see people compiling > ferret with gcc on Solaris somehow. What should I do?
For the archives: there are some instructions about how to modify extconf.rb in the TextDrive forums: http://forum.textdrive.com/viewtopic.php?id=12630 But if the real source of this mismatch is that the interpreter was compiled with cc, I would try to compile a tarball with gcc and work with that one instead. Otherwise extensions would be compiled with a different suite than the one used for the interpreter, and AFAIK that is not advisable. -- fxn _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

