> Date: Fri, 24 Aug 2012 11:00:57 -0400
> From: Chris Sutcliffe <ir0nh...@gmail.com>
> 
> 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.

_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
https://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to