> Date: Thu, 26 Aug 2010 12:08:43 -0400
> From: Chris Sutcliffe <ir0nh...@gmail.com>
> Cc: psm...@gnu.org, make-w32@gnu.org
> 
> +#if defined(HAVE_DOS_PATHS)
> +# undef PATH_SEPARATOR_CHAR
> +# define PATH_SEPARATOR_CHAR ';'
> +#elif defined(VMS)
> +# undef PATH_SEPARATOR_CHAR
> +# define PATH_SEPARATOR_CHAR ','
> +#else
> +# ifndef PATH_SEPARATOR_CHAR
> +#   define PATH_SEPARATOR_CHAR ':'
>  # endif
>  #endif

HAVE_DOS_PATHS is supported in the Cygwin build as well, and there
PATH_SEPARATOR_CHAR must stay ':'.  So please modify your patch to
exclude Cygwin from its effect, and then I'll agree to its
HAVE_DOS_PATHS part.  I leave the rest to VMS expert and to Paul.

Also, I think it'd be good to add a comment there explaining why we
are overriding the results of the configure scripts.

Thanks.

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

Reply via email to