kencu

Results 333 comments of kencu

did you as yet figure out the critical size for your array that leads to link failure (just drop a few zeros until it works)?

Indeed, I think the static allocation of the large array is exactly the issue that leads to running out of link address room, but I’m too dumb to really know...

your colleague’s program is something completely different, I believe… you’re just running out of memory there.

OK, so now you know the maximum size that can be allocated in the static way, and that it will not be made any larger any time soon so you...

not finding ```/usr/lib/libSystem.B.dylib ``` is not actually the error. It doesn't load because it can't do the relocations because it's out of memory. But dyld never thought of that possibility,...

I think you will find there has been a lot of effort put into the toolchains on MacPorts that you can leverage. certainly cmake, gcc-4.x, gcc-5, gcc-6, and gcc-7 work...

I think if I can put together a working set of Portfiles that build this for the "common user", the "market penetration" will become much more widespread. There is demand...

My inexact memory says it's an ```-fvisibility-*``` flag, like ```-fvisibility-inlines-hidden``` or similar, but I would have to trial-and-error it to find out the exact one.

instead of MAC_OS_X_VERSION_10_7 use 1070

I haven't tried to build it without llvm in some years on newer systems, to be honest. I did figure out one time how to run the cctools test suite,...