
17 Aug
2010
17 Aug
'10
11:17 p.m.
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