Hi there,<div><br></div><div>I&#39;m experimenting with building Haskell into my Objective-C applications via linking in the object files and _stub.h files along with the runtime libraries*, so that I can build my haskell code along with my objC code from XCode. However, I&#39;m flummoxed because (as far as I can tell) I need a libHSghc library to exist somewhere that&#39;s built for ARM, and I don&#39;t have one. I asked in #ghc and was told that that library should be built automatically when I run make, but I don&#39;t see it in /usr/local/ghc-iphone/lib/ghc-7.5.20120619/ after I run make install. There _is_ a ~/ghc/compiler/stage1/build/libHSghc-7.5.a (where ~/ghc is my git repo) that gets built, so that&#39;s promising, but it&#39;s built for x64 instead of ARM. </div>

<div><br></div><div>Does anyone with more GHC-building experience know how I might configure my build to get a libHSghc for ARM?</div><div><br></div><div>Mike</div><div><br></div><div>*As opposed to pre-building a static library of my haskell code + the runtime and linking it in my XCode project.</div>

<div><br></div><div>PS I&#39;m following the instructions on <a href="https://github.com/ghc-ios/ghc/wiki" target="_blank" style="color:rgb(17,85,204);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">https://github.com/<span class="il" style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">ghc</span>-<span class="il" style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">ios</span>/<u></u><span class="il" style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">ghc</span>/wiki</a> to build GHC.</div>