[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Install can't see libunistring
From: |
mwette |
Subject: |
Re: Install can't see libunistring |
Date: |
Fri, 02 Oct 2015 17:30:16 -0700 |
If you installed all the goodies under ~/opt why not install guile with
—prefix=/my/home/opt ?
> On Oct 2, 2015, at 8:50 AM, Lawrence Bottorff <address@hidden> wrote:
>
> I'm trying to install guile 2.0 on a remote provider, i.e., a "home" install.
> I did install the latest libunistring in my ~/opt , but guile ./configure
> --prefix=/my/home/opt/guile always complains
>
> configure: error: GNU libunistring is required, please install it.
>
> The ~/opt ~/opt/lib ~/opt/share ~/opt/include is on the PATH. Any ideas what
> I'm doing wrong?
>
> LB