On Jun 14, 2006, at 8:59 PM, Aaron VanDevender wrote:
Not really for my purposes. I want to be able to decide if I should
use
SCM_MUST_MALLOC or scm_gc_malloc. This isn't something that the
interpreter can tell me. I suppose I can grep though the header file,
but it seemed that checking for the
On Thu, 2006-06-15 at 10:57 +1000, Kevin Ryde wrote:
> The autoconf philosophy is usually not to check version numbers
> explicitly if it can be avoided, better to check for desired
> feature(s).
>
> Since guile is interpreted you can do a lot at runtime instead of
> worrying about it during conf
"m.vaessen" <[EMAIL PROTECTED]> writes:
>
> libtool: link: not configured to extract global symbols from
> dlpreopened files
You might get a better answer on the libtool list for what that means.
> xlc_r -q64 -o .libs/guile -D_THREAD_SAFE guile-guile.o
> -L/usr/local/lib -L./.libs -lguile -lpthre
Aaron VanDevender <[EMAIL PROTECTED]> writes:
>
> +# GUILE_CHECK_VERSION -- check for a particular Guile version
> +#
> +# Usage: GUILE_CHECK_VERSION(MIN-VERSION, [ACTION-IF-FOUND],
> [ACTION-IF-NOTFOUND])
The autoconf philosophy is usually not to check version numbers
explicitly if it can be avo
Dear Sir or Madam,
here at Forschungszentrum Juelich I try to install libguile-1.8.0 on our
AIX supercomputer in 64bit.
When I do gmake I get the following error:
libtool: link: not configured to extract global symbols from dlpreopened
files
xlc_r -q64 -o .libs/guile -D_THREAD_SAFE guile-gui