[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-libmatheval] Question on disabling guile
From: |
Aleksandar B. Samardzic |
Subject: |
Re: [bug-libmatheval] Question on disabling guile |
Date: |
Sat, 29 Sep 2007 12:27:44 +0200 |
User-agent: |
Mutt/1.4.2.3i |
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