[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make-regexp on mingw
From: |
Ludovic Courtès |
Subject: |
Re: make-regexp on mingw |
Date: |
Sun, 03 May 2009 01:10:30 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) |
Richard Shann <address@hidden> writes:
> In porting GNU Denemo to windows I noticed that make-regexp is not
> present.
It should be available as long as Guile is configured with
`--enable-regex' (which is the default) and regcomp(3) is provided by
the C library, which I'd expect to be the case here.
Can you show the result of "grep regcomp config.log" when configured on
MinGW?
Thanks,
Ludo'.