[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make-regexp on mingw
From: |
Richard Shann |
Subject: |
Re: make-regexp on mingw |
Date: |
Wed, 06 May 2009 17:37:59 +0100 |
On Wed, 2009-05-06 at 12:01 -0400, address@hidden wrote:
> Ludovic Courts wrote:
> > Richard Shann writes:
> >
> >> conftest.c:94:19: regex.h: No such file or directory
> >
> > That means that either <regex.h> 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://sourceforge.net/project/showfiles.php?group_id=2435&package_id=73286
>
> Regards,
> Cesar
Thanks - I built this and put libregex.a in the lib directory and
the .dll that it asked for on startup in the bin directory and all was
well.
Richard