Hi all,<br><br><div>I&#39;ve been using ghc-iphone successfully by calling <br><br>/<font class="Apple-style-span" face="&#39;courier new&#39;, monospace">opt/iphone/ghc-6.10.4-iphone $(SOURCES) -o mylib</font><br><br>from a makefile enabled in a custom target in XCode and adding &quot;libmylib.a&quot; into the project. However I recently imported Data.Sequence into the Haskell modules and now I get some build errors during linking:<div>
<br></div><div><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1038.35">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 12.0px; text-indent: -12.0px; font: 11.0px Menlo}
p.p2 {margin: 0.0px 0.0px 0.0px 12.0px; text-indent: -12.0px; font: 11.0px Menlo; min-height: 13.0px}
</style>


<p class="p1">  &quot;_containerszm0zi2zi0zi1_DataziSequence_singleton_closure&quot;, referenced from:</p>
<p class="p2"><br></p>
<p class="p2"><br></p>
<p class="p1">      _FuncModel_deriveLR_srt in liblhsci.a(FuncModel.o)</p>
<p class="p2"><br></p>
<p class="p2"><br></p>
<p class="p1">      _containerszm0zi2zi0zi1_DataziSequence_singleton_closure$non_lazy_ptr in liblhsci.a(FuncModel.o)</p>
<p class="p2"><br></p>
<p class="p2"><br></p>
<p class="p1">     (maybe you meant: _containerszm0zi2zi0zi1_DataziSequence_singleton_closure$non_lazy_ptr)</p>
<p class="p2"><br></p>
<p class="p2"><br></p><br><meta charset="utf-8">I had simliar link issues using the method described in the documentation so I went with the direct executable ghc-6.10.4, and I fear this approach has finally been compromised. </div>
<div><br></div><div>I was just wondering if anyone else has come across the problem or has a suggestion to get those symbol names to match up correctly. I&#39;m still using XCode 3.2.5 with gcc.</div><div><br></div><div>Let me know if I can provide any more info or if there is anything I can read up on to better understand what&#39;s happening.</div>
<div><br></div><div>Thanks,</div><div>Thomas</div><div><br></div><div><br></div></div>