[haskell-platform] #137: Linking error when using Text.Regex.Posix
haskell-platform
haskell-platform at projects.haskell.org
Thu Aug 12 10:46:54 EDT 2010
#137: Linking error when using Text.Regex.Posix
----------------------+-----------------------------------------------------
Reporter: axqd | Owner: dons
Type: defect | Status: new
Priority: major | Milestone:
Component: Platform | Keywords:
----------------------+-----------------------------------------------------
[OS Version] Windows 7 Ultimate 64-bit
[Haskell Platform Version] 2010.2.0.0
[GHCi Steps]
{{{
Prelude Text.Regex.Posix> "good" =~ "oo|ff" :: Bool
Loading package array-0.3.0.1 ... linking ... done.
Loading package bytestring-0.9.1.7 ... linking ... done.
Loading package containers-0.3.0.0 ... linking ... done.
Loading package syb-0.1.0.2 ... linking ... done.
Loading package base-3.0.3.2 ... linking ... done.
Loading package mtl-1.1.0.2 ... linking ... done.
Loading package regex-base-0.93.2 ... linking ... done.
Loading package regex-posix-0.94.2 ... linking ... <interactive>:
C:\PROGRA~2\HA
SKEL~1\201020~1.0\lib\extralibs\regex-posix-0.94.2\ghc-6.12.3\HSregex-
posix-0.94
.2.o: unknown symbol `_regerror'
: unable to load package `regex-posix-0.94.2'
Prelude Text.Regex.Posix> "good" =~ "oo|ff" :: Bool
Loading package array-0.3.0.1 ... linking ... <interactive>:
C:\PROGRA~2\HASKEL~
1\201020~1.0\lib\extralibs\regex-posix-0.94.2\ghc-6.12.3\HSregex-
posix-0.94.2.o:
unknown symbol `_regerror'
: unable to load package `array-0.3.0.1'
}}}
--
Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/137>
haskell-platform <http://trac.haskell.org/haskell-platform>
The Haskell Platform: a comprehensive and robust collection of Haskell libraries
More information about the Haskell-platform
mailing list