Ticket #137 (closed defect: fixed)
Linking error when using Text.Regex.Posix
| Reported by: | axqd | Owned by: | refold |
|---|---|---|---|
| Priority: | major | Milestone: | 2010.2.0.0 |
| Component: | Windows installer | Keywords: | |
| Cc: |
Description
[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'
Change History
Note: See
TracTickets for help on using
tickets.
