guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling guile as a nonprivileged user


From: Ludovic Courtès
Subject: Re: Compiling guile as a nonprivileged user
Date: Fri, 07 Nov 2008 17:01:00 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Hello,

Mike Gran <address@hidden> writes:

>> ./configure --prefix=$HOME/my CFLAGS=-I$HOME/my/include 
>> LDFLAGS=-L$HOME/my/lib
>
> In your CFLAGS, try putting a -O2.  This can sometimes cure the stack 
> overflow problems.

Indeed.

You may also need to add $HOME/my/lib to $LD_LIBRARY_PATH to be able to
load auxiliary shared libraries, e.g., the one that's loaded when doing
"(use-modules (srfi srfi-1))".

Thanks,
Ludo'.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]