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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to