[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Testing for a GUILE installation
From: |
Neil Jerram |
Subject: |
Re: Testing for a GUILE installation |
Date: |
11 Oct 2002 22:37:24 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
>>>>> "David" == David Allouche <address@hidden> writes:
David> I worked around the current bug in guile-config, by using
David> 'guile --version' and doing a different parsing of the
David> result. But I would like to know if there is a recommended,
David> less hackish, way of testing that GUILE is correctly
David> installed.
What do you mean by correctly installed?
If there is a specific set of testable features that matter to you,
you could write a Guile script that tries to use those features, and
arrange to run `guile -s testscript.scm' as part of ./configure.
Neil