[Chicken-users] crypt egg: won't compile for Android

2014-11-02 Thread Kristian Lein-Mathisen
Hi all, Android, I believe, like OpenBSD, has no libcrypt.so but still has support for the crypt function. The crypt.setyp has already support for removing the -lcrypt flag during compilation and injecting android into that seems to do the trick: diff --git a/crypt.setup b/crypt.setup index

Re: [Chicken-users] Linking object files without additional source

2014-11-02 Thread Thomas Chust
On Sat, 1 Nov 2014, Richard wrote: [...] That is not how you link objects files. You could create an archive for this purpose using: ar rc foreign-interfaces.a sources/foreign-interfaces/fastcgi.o sources/foreign-interfaces/sqlite.o [...] Hello, if your linker supports that, it may also be

Re: [Chicken-users] crypt egg: won't compile for Android

2014-11-02 Thread Kristian Lein-Mathisen
Perfect, thank you! K. On Nov 2, 2014 4:01 PM, Peter Bex peter@xs4all.nl wrote: On Sun, Nov 02, 2014 at 02:43:38PM +0100, Kristian Lein-Mathisen wrote: Hi all, Android, I believe, like OpenBSD, has no libcrypt.so but still has support for the crypt function. The crypt.setyp has