Re: [racket-dev] Building Racket with the Android NDK

2012-09-05 Thread Jan Wedekind
On Thu, 30 Aug 2012, Matthew Flatt wrote: At Thu, 30 Aug 2012 13:39:52 +0100 (BST), Jan Wedekind wrote: On Sat, 25 Aug 2012, Matthew Flatt wrote: At Sat, 25 Aug 2012 20:04:45 +0100 (BST), Jan Wedekind wrote: I tried to debug However then the program reports the following segmentation fault

Re: [racket-dev] Building Racket with the Android NDK

2012-08-30 Thread Jan Wedekind
On Sat, 25 Aug 2012, Matthew Flatt wrote: At Sat, 25 Aug 2012 20:04:45 +0100 (BST), Jan Wedekind wrote: I tried to debug However then the program reports the following segmentation fault instead: Program received signal SIGSEGV, Segmentation fault. 0x00282540 in scheme_gmp_tls_unload

[racket-dev] Building Racket with the Android NDK

2012-08-25 Thread Jan Wedekind
Hi, I managed to run a statically linked version of Racket on Android before [1]. Now I built a dynamically linked version of Racket (version 5.3.0) using the Android NDK: #!/bin/sh NDK=$HOME/android-ndk-r8b PATH=$PATH:/tmp/ndk-racket/bin ARCHIVE=$HOME/racket-5.3.0.tar.bz2