Thanks for the responses.<br><br>I&#39;m not having a problem with compiling the code, that much works fine.<br>I&#39;m not using GCC, nor will I be. On IRIX/MIPS, GCC produces extremely poor code compared to the native MIPSpro compilers, usually around a 30%-40% hit in performance, especially with fp math. I have been having problems with the bot library that deal with alignment (getting SIGBUS). I manually aligned them in a few places, but have had other stranger problems than that one. I actually filed a bug report at 
<a href="http://bugzilla.icculus.org/show_bug.cgi?id=3427">http://bugzilla.icculus.org/show_bug.cgi?id=3427</a> that details my findings so far.<br><br><br><br><div class="gmail_quote">On Nov 19, 2007 6:31 AM, Ludwig Nussel &lt;
<a href="mailto:ludwig.nussel@suse.de">ludwig.nussel@suse.de</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
Patrick Baggett wrote:<br>&gt; Is anyone having problems using bots on RISC-based systems (SPARC, PPC,<br>&gt; MIPS)?<br><br></div>Try using gcc or check your CFLAGS. Maybe your compiler doesn&#39;t<br>automatically pad structures where required. When compiling ioq3
<br>with -Wpadded on e.g. ppc gcc shows that it pads *lots* of stucts.<br>Among those:<br>l_script.h:164: warning: padding struct to align &#39;floatvalue&#39;<br>l_script.h:171: warning: padding struct size to alignment boundary
<br><br>cu<br>Ludwig<br><font color="#888888"><br>--<br>&nbsp;(o_ &nbsp; Ludwig Nussel<br>&nbsp;//\<br>&nbsp;V_/_ &nbsp;<a href="http://www.suse.de/" target="_blank">http://www.suse.de/</a><br>SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
<br></font><div><div></div><div class="Wj3C7c"><br><br><br><br>---<br>To unsubscribe, send a blank email to <a href="mailto:quake3-unsubscribe@icculus.org">quake3-unsubscribe@icculus.org</a><br>Mailing list archives: <a href="http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?50" target="_blank">
http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?50</a><br><br><br></div></div></blockquote></div><br>