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

Stephen Tetley stephen.tetley at gmail.com
Tue Aug 17 08:37:02 EDT 2010


Hi Kevin

I've just installed Platform-2010.2.0.0 and I'm getting the symbol
error on the file that I could compile with Platform2009.2.0.2.

So I'd say it is a bug with the Platform, also it looks like the error
was acknowledged on the Platform mailing list last week.


$ /c/ghc/HP/2010.2.0.0/bin/ghc --make OutlineGrep.lhs
[1 of 1] Compiling Main             ( OutlineGrep.lhs, OutlineGrep.o )
Linking OutlineGrep.exe ...
C:\ghc\HP\2010.2.0.0\lib\extralibs\regex-posix-0.94.2\ghc-6.12.3/libHSregex-posix-0.94.2.a(Wrap.o):f
ake:(.text+0x493): undefined reference to `regerror'
C:\ghc\HP\2010.2.0.0\lib\extralibs\regex-posix-0.94.2\ghc-6.12.3/libHSregex-posix-0.94.2.a(Wrap.o):f
ake:(.text+0x4e7): undefined reference to `regerror'

etc.


More information about the Haskell-Cafe mailing list