Hi Paul,

I see Make’s configure.in reads this:

--8<---------------cut here---------------start------------->8---
# For some strange reason, at least on Ubuntu, each version of Guile
# comes with it's own PC file so we have to specify them as individual
# packages.  Ugh.
AS_IF([test "x$with_guile" != xno],
[ PKG_CHECK_MODULES([GUILE], [guile-2.0], [have_guile=yes],
  [PKG_CHECK_MODULES([GUILE], [guile-1.8], [have_guile=yes],
   [PKG_CHECK_MODULES([GUILE], [guile-1.6], [have_guile=yes],
    [have_guile=no])])])
])
--8<---------------cut here---------------end--------------->8---

But only Guile 2.0 and the latest 1.8 releases have a .pc file.

Thanks,
Ludo’.

Reply via email to