On 2012-3-5 01:27 , Jack Howarth wrote: > platform darwin 11 { > + configure.cflags-append -std=c89 > configure.ldflags-append -Wl,-no_pie > } That's not right, it needs to be conditional on the compiler (or just added unconditionally), not the OS version. - Josh