<div dir="ltr"><div class="gmail_quote">On Mon, Mar 7, 2011 at 5:45 PM, Kevin P. Fleming <span dir="ltr"><<a href="mailto:kpfleming@digium.com">kpfleming@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 03/07/2011 04:41 PM, RR wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Someone with SPARC experience will have to chime in then... for some<br>
reason the configure script has determined that your compiler<br>
provides atomic instructions, but they aren't being found at link time.<br>
<br>
<br>
Ok...thanks. Is there no way for me to tell the compiler or provide<br>
flags in ./configure that can tell it to not do that? Conversely can I<br>
use -march and/or -mcpu kind of options to make this compile for my<br>
platform? If so, then what would the value be of these options or are<br>
there no values for them and one just specifies them?<br>
</blockquote>
<br></div>
The answer to all of those questions is probably 'yes', but that's why I said someone with SPARC experience would have to chime in.</blockquote><div><br></div><div><font class="Apple-style-span" face="'trebuchet ms', sans-serif" color="#000099">Ok, so this is solved! The culprit was the the line "mcpu=v8" in the Makefile. Comment that out, and it makes properly.</font></div>
</div></div>