On Fri, Sep 28, 2007 at 05:05:44PM -0700, Prabal K Bhattacharya wrote: > I'm trying to compile libmatheval on solaris 2.8 . It seems libmatheval > requires guile to be able to run a test program. Is this true? Would > I be able to use the matheval library in my program even without guile? > > I'm struggling to compile guile (and its dependents) and I'm wondering > is there an option to disable the requirement on guile? I tried > --disable-guile, but that did not work.
Guile is indeed used for testing here only (I guess I should really get rid of it, 99% of installation problems that I hear about from users are Guile related) but because of how auto-tools suite works, it's rather involved to have it disabled. So I created a tarball for you as a quick fix instead, I sent it to your personal address directly - I deleted Guile checks, and tests subdirectory completely, so you should be able to "./configure && make && make install" it now. Please let me know if this doesn't work for you, or if you need any other kind of help with libmatheval. Best, Alex _______________________________________________ bug-libmatheval mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-libmatheval
