Re: puzzle: from Guile executable to --prefix and --exec-prefix

Bill Janssen (janssen@parc.xerox.com)
Thu, 29 May 1997 10:59:59 PDT

Excerpts from direct: 28-May-97 Re: puzzle: from Guile exec.. "Joel N.
Weber II"@gnu.a (1613)

> If there's some C function that exists in newer versions of guile that
> wasn't present in older versions, isn't it adaquate to test whether
> that function is in the guile library?

Typically the problem is that a function or macro or #define has changed
signature or semantics between two versions, rather than existence or
non-existence.

Bill