<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div class="im"><div><br><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;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing: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><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></blockquote><div><br></div><div>My computer becomes very slow, too slow to type anything in Terminal.app, and too slow to launch the Activity Monitor.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><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></blockquote><div><br></div><div>This is discounted by the fact that the equivalent <a href="https://github.com/mcandre/mcandre/blob/master/nasm/hello/freebsd/hello.asm">NASM code</a> is fully functional in Mac OS X. Only the the GNU assembler syntax fails.</div>
<div></div></div><div><br></div>-- <br><div></div>Cheers,<div><br></div><div>Andrew Pennebaker</div><div><a href="http://www.yellosoft.us" target="_blank">www.yellosoft.us</a></div>