[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] configure and guile ?
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] configure and guile ? |
Date: |
Fri, 13 Feb 2004 17:49:58 +0200 |
Hi Eric,
> Where does "configure" look for guile directory ?
It uses current PATH variable to find it.
> checking whether to build guile support... (cached)
> no
> ./configure: guile-config: command not found
>
> I installed guile in an other directory than /usr/lib
> because I don't have root access to my machine.
>
> How can I tell configure where to search the guile
> directory ?
Make sure your PATH does contain directory where guile-config
resides, e.g. (assuming you use Bourne shell):
export PATH=/my/path/to/guile:$PATH
./configure [OTHER-OPTIONS]
Regards,
Sergey