[Chicken-users] Bug in csc -deploy on OSX

2015-07-30 Thread Ryan Senior
I think I have found a bug in the linkage of OSX standalone binaries. I run a command like: csc -deploy nodes-script.scm I get a nodes-script directory with two files like I would expect: $ ls nodes-script/ libchicken.dylib nodes-script But when I run otool -L on the nodes-script binary, it

Re: [Chicken-users] CHICKEN 4.10.0 release candidate 4 available

2015-07-30 Thread Christian Kellermann
Hi! Operating system: Debian Jessie Hardware platform: armhf (i.MX53) C Compiler: 4.9.2 Installation works?: yes Tests work?: no, the apply test hangs as with all debian based systems and that C compiler Installation of eggs works?: yes Cheers, Christian -- May you be peaceful,

[Chicken-users] Can AFL be meaningfully run against chicken generated binaries?

2015-07-30 Thread Matt Welland
This tool was mentioned on the fossil mailing list: http://lcamtuf.coredump.cx/afl/ I'm curious, can it be meaningfully be run against a binary generated by chicken? Or would a native scheme variant be needed? ___ Chicken-users mailing list

Re: [Chicken-users] CHICKEN 4.10.0 release candidate 4 available

2015-07-30 Thread Christian Kellermann
Peter Bex pe...@more-magic.net writes: Operating system: Debian/Hurd 2015 Hardware platform: x86 in qemu C Compiler: gcc-4.9.2 + debian patches Installation works?: yes Tests work?: no, the apply hack tests hang and I have aborted them after 48 hours Installation of eggs