make-alpha
[Top][All Lists]
Advanced

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

Re: Guile support in GNU make


From: Paul Smith
Subject: Re: Guile support in GNU make
Date: Sat, 14 Jan 2012 15:37:47 -0500

On Sat, 2012-01-14 at 22:25 +0200, Eli Zaretskii wrote:
> > From: Paul Smith <address@hidden>
> > Date: Sat, 14 Jan 2012 15:13:36 -0500
> > 
> > Hi all.  I'm ready to commit the Guile embedded scripting support.
> > 
> > Any comments on this implementation are welcome.
> 
> How will this work at build time?  IOW, what are build-time
> requirements for having Guile support in the built binary?

On systems where you run configure, configure should detect Guile and
build with it if it's available.  The typical "--with-guile",
"--without-guile" flags are provided.

On all other systems Guile is currently disabled (I've added the undef
of HAVE_GUILE to the various pre-built config.h versions).

I'm not really sure how to get it enabled on other systems, short of
editing those config.h files by hand and adding -lguile to the link
line.  That should be all you need but I don't have access to those
systems.  For anyone supporting the non-configure-based systems I'm open
to any suggestions about the best way to handle it there.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.net
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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