guile-user
[Top][All Lists]
Advanced

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

How should I check for Guile in configure.in?


From: Lars Luthman
Subject: How should I check for Guile in configure.in?
Date: Wed, 16 May 2001 20:40:52 +0200

Hello!

I'm writing an application that will use Guile as an embedded scripting
language, and I'm wondering what the correct way to check for it in my
configure.in would be. At the moment I'm using AC_CHECK_LIB(guile,
gh_enter) , but I don't think that is portable since guile seems to
require other libraries on other platforms. The libraries needed are
listed by 'guile-config link', but I'm not sure how to use that
information. Does anyone know the "correct" way to do it?


--ll



reply via email to

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