<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 15, 2012, at 1:08 PM, Andrew Pennebaker <<a href="mailto:andrew.pennebaker@gmail.com">andrew.pennebaker@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Baskerville; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Attempts to stop the linker with Control+C, quitting Terminal.app, Force Quit Applications, and Activity Monitor fail, as the system becomes too slow to process user input.</div></blockquote></div><br><div>Try running ‘top’ or the Activity Monitor window while you do this. It sounds like the linker is either consuming address space like crazy, or maybe forking like crazy.</div><div><br></div><div>In any case, as answered on your other thread, the program you’re trying to build isn’t going to work because it’s trying to use the Linux/BSD kernel call ABI instead of Mach’s. (But of course, the linker shouldn’t blow up like this even given bad input.)</div><div><br></div><div>—Jens</div></body></html>