<span class="gmail_quote"></span>i get the following error message<br><br>new.o:fake:(.text+0x85): undefined reference to `parseczm2zi0_TextziParserCombin<br>atorsziParsecziChar_oneOf_closure&#39;<br>new.o:fake:(.rodata+0x4): undefined reference to `parseczm2zi0_TextziParserCombi
<br>natorsziParsecziChar_oneOf_closure&#39;<br>collect2: ld returned 1 exit status<br><br>when compiling the following code<br><br>module Main where<br>import System.Environment<br>import Text.ParserCombinators.Parsec hiding (spaces)
<br><br><br>symbol = oneOf &quot;!$%&amp;|*+-/:&lt;=&gt;?@^_~&quot;<br><br>main = do<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return 1<br><br>any help is greatly appreciated. i am running ghc-6.6 on a windows xp machine.<br>