Ludovic Courtès wrote:
> Richard Shann writes:
>
>> conftest.c:94:19: regex.h: No such file or directory
>
> That means that either is simply not available in MinGW, or
> it's optional, I don't know.
>
You can find a suitable regex implementation at the MinGW project
download page:
http://sou
On Thu 30 Apr 2009 23:09, l...@gnu.org (Ludovic Courtès) writes:
> Andrew Gaylard writes:
>
>> I've seen that a build without optimisation, i.e.:
>
> That is expected: the evaluator and/or bytecode interpreter eat up too
> much stack space with `-O0'.
Actually I didn't expect that, after the rec