guile-user
[Top][All Lists]
Advanced

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

Re: How should I check for Guile in configure.in?


From: Rob Browning
Subject: Re: How should I check for Guile in configure.in?
Date: 17 May 2001 10:01:14 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Martin Grabmueller <address@hidden> writes:

> The only solution I can think of is to check for the version number in
> the file name of libguile.
> 
> ls ~/lib/
> ...
> libguile.so.10.0.0
> ...
> 
> But I don't know how the library numbers and Guile versions
> corresponded for older versions of Guile.

You can use "guile-config --version", and if the developement
libraries are installed, guile-config should be also.  If not, it's a
bug, and at least for Debian, you should yell at me :>

-- 
Rob Browning <address@hidden> PGP=E80E0D04F521A094 532B97F5D64E3930



reply via email to

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