guile-user
[Top][All Lists]
Advanced

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

Re: configuring apps for guile


From: Matt Wette
Subject: Re: configuring apps for guile
Date: Sun, 16 Feb 2020 10:12:42 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 2/16/20 9:57 AM, Ludovic Courtès wrote:
Hi,

Matt Wette <address@hidden> skribis:

What if you have a system that gives this (e.g., Ubuntu 18.04):

mwette$ /usr/bin/guile -c "(display (assq-ref %guile-build-info
'prefix)) (newline)"
/usr

mwette$ /usr/bin/guile -c "(display (%site-ccache-dir)) (newline)"
/usr/lib/x86_64-linux-gnu/guile/2.2/site-ccache

I'm not sure that guile will find .go files installed in
/usr/lib/guile/2.2/site-ccache.
I guess you would run:

   ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu

in that case.

Does that make sense?

Ludo’.
Yes, but some naive person (like me, for example) would never guess
that is what is required.  (I ran into this installing bytestructures, IIRC).
And the info is in pkgconfig/guile-2.2.pc, but still requires chasing down
that resource.   Still thinking about it ...

Thanks, Ludo.

Matt




reply via email to

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