guile -1.8.0 on AIX 64 bit

2006-06-14 Thread m.vaessen
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

Re: guile -1.8.0 on AIX 64 bit

2006-06-14 Thread Kevin Ryde
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 -lpthreads

Re: guile.m4

2006-06-14 Thread Aaron VanDevender
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 configure

Re: guile.m4

2006-06-14 Thread Stephen Compall
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