hi Olf!
Maybe you use a low version libgc?
But I can compiler Guile successfully under openSUSE, libgc1 version is
7.1.9.6-143.1.2
On Fri, 2012-08-31 at 13:35 +0800, Olf wrote:
> Hello everyone,
> I am just trying to install guile to my home folder of a SLES cluster. I
> had to install several d
Hi,
yes there is the problem that in /usr/share there is an old version of
libctl but I installed the latest version in $HOME/install. I was hoping by
setting LDFLAGS and CPPFLAGS to this folder to link to that location.
Can I tell make to only use these libraries?
Florian
On Fri, Aug 31, 2012 at
Hi,
Which version of libgc do you use? 7.0+ is recommended.
Olf skribis:
> *toInstall/guile-2.0.6> ./configure --prefix=$HOME/install
> LDFLAGS=-L$HOME/install/lib CPPFLAGS=-I$HOME/install/include
> LIBFFI_CFLAGS=-I$HOME/install/include LIBFFI_LIBS=-L$HOME/install/lib
> BDW_GC_CFLAGS='-I$HOME/