guile-user
[Top][All Lists]
Advanced

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

Re: Portable way to use appropriate guile executable on different system


From: Ludovic Courtès
Subject: Re: Portable way to use appropriate guile executable on different systems
Date: Mon, 20 Aug 2018 15:36:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello Vladimir,

Vladimir Zhbanov <address@hidden> skribis:

> Is there a portable way to find appropriate guile executable on
> different systems using autotools? I.e., I want, e.g. to use
> /usr/bin/guile-2.0 on Debian for my program (which cannot compile
> with guile-2.2 yet, but 2.2 is also installed on my system), and
> just /usr/bin/guile on FreeBSD.

You should be able to find out with ‘pkg-config’, provided the .pc files
are available:

--8<---------------cut here---------------start------------->8---
$ pkg-config guile-2.2 --variable guile
/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/bin/guile
$ pkg-config guile-2.2 --variable guild
/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/bin/guild
--8<---------------cut here---------------end--------------->8---

HTH!

Ludo’.




reply via email to

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