10 Jan
2013
10 Jan
'13
7:29 a.m.
On Thu, Jan 10, 2013 at 2:45 AM, Mojca Miklavec
So it seems that export LDFLAGS=" -pagezero_size 10000 -image_base 100000000" solves the problem completely, at least on hello-world documents. But those two flags should probably be added by default then?
Could be. These flags are already set only for Darwin x64 in the Makefile and if you match this configuration than maybe you can export LDFLAGS=" -pagezero_size 10000 -image_base 100000000" and build the binary. And let's see if it fails again. -- luigi