[Haskell-cafe] regex-compat on latest Haskell Platform

Don Stewart dons at galois.com
Tue Aug 17 23:17:46 EDT 2010


kevinjardine:
> I'm running Haskel Platform 2010.2.0.0 and attempting to compile with
> regex-compat under Windows XP.
> 
> The link stage fails with a number of lines of the form:
> 
> D:\Program Files\Haskell Platform\2010.2.0.0\lib\extralibs\regex-
> posix-0.94.2\ghc-6.12.3/libHSregex-posix-0.94.2.a(Wrap.o):fake:(.text
> +0x493): undefined reference to `regerror'
> 
> I have googled for a solution but cannot see a fix anywhere.

Looks like possibly missing regex.h header files (from the regex C library)
On Windows?

-- Don


More information about the Haskell-Cafe mailing list