New home for GHC-iPhone cross-compiler project
Here it is, with some improved installation instructions thanks to mietek and jfischoff: https://github.com/ghc-ios/ghc/wiki I just fixed a bug today where ByteString caused your app to crash at runtime. Steve
Hi, I was successfully to build ghc using instructions below. When I try to build the sample hs given there I get a linker error Undefined symbols for architecture armv7: "_iconv_open", referenced from: _hs_iconv_open in myapp.a(iconv.o) (maybe you meant: _hs_iconv_open) "_iconv_close", referenced from: _hs_iconv_close in myapp.a(iconv.o) (maybe you meant: _hs_iconv_close) "_iconv", referenced from: _hs_iconv in myapp.a(iconv.o) I remember this was a issue with conflict with macports library. I tried deactivating it but it doesn't seem to help. Where should the libiconv be linked from and what should change in the config for that? Thank you Pradeep On 19 Jun 2012, at 07:26, Stephen Blackheath [to GHC-iPhone] wrote:
Here it is, with some improved installation instructions thanks to mietek and jfischoff:
https://github.com/ghc-ios/ghc/wiki
I just fixed a bug today where ByteString caused your app to crash at runtime.
Steve
_______________________________________________ iPhone mailing list iPhone@haskell.org http://www.haskell.org/mailman/listinfo/iphone
participants (2)
-
Pradeep Kumar -
Stephen Blackheath [to GHC-iPhone]