make-w32
[Top][All Lists]
Advanced

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

Re: Disable guile support


From: Eli Zaretskii
Subject: Re: Disable guile support
Date: Fri, 24 Aug 2012 18:15:28 +0300

> Date: Fri, 24 Aug 2012 11:00:57 -0400
> From: Chris Sutcliffe <address@hidden>
> 
> Is there a way to disable the guile support when running autoreconf
> when building from CVS?  This introduces a dependency on pkg-config
> during configure that is not available under MinGW / MSYS.

First, there _is_ a Windows port of pkg-config:

   http://www.gtk.org/download/win32.php

Second, the official supported way of building a Windows port of Make
is by using build_w32.bat batch file.  That script should detect
whether you have Guile and pkg-config, and supports the --without-guile
option to build without Guile even if you have it.

And third, if you must use the Posix 'configure's script to build, my
reading of the script is that you should be able to pass the option
"--with-guile=no" to configure and build without Guile.



reply via email to

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