sorry for not replying earlier I have been busy at work.<br><br>On 7/14/06, <b class="gmail_sendername">Ronald Oussoren</b> &lt;<a href="mailto:ronaldoussoren@mac.com">ronaldoussoren@mac.com</a>&gt; wrote:<div><span class="gmail_quote">
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>On Jul 14, 2006, at 3:35 PM, Jorge Vargas wrote:<br><br>&gt; On 7/11/06, Ronald Oussoren &lt;
<a href="mailto:ronaldoussoren@mac.com">ronaldoussoren@mac.com</a>&gt; wrote:<br>&gt;<br>&gt; On Jul 11, 2006, at 5:17 PM, Jorge Vargas wrote:<br>&gt;<br>&gt; &gt; noone cares about this? it's a bug so simple to fix....<br>
&gt;<br>&gt; There's loads of bugs and patches in the python tracker, and only a<br>&gt; limited amount of time that people work on python.&nbsp;&nbsp;The patch you<br>&gt; mentioned also sounds like a fix for a very limited audience, which
<br>&gt; could explain why nobody has seriously looked at it yet.<br>&gt;<br>&gt; the patch is more then a year old and is so simple yet so usefull<br>&gt; it will take less then 10 min&nbsp;&nbsp;for someone that has commit access
<br><br>I haven't looked at the actual patch yet, just read its description.<br>Given its description this patch is not something I would have<br>reviewed because it seems to be for a very limited audience and is<br>not something I can test without additional work (
e.g. installing<br>ccache).</blockquote><div><br>If you open the patch it's just adding one flag to gcc <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;<br>&gt; Are there systems other then gentoo that don't use gcc and g++ but<br>&gt; some seemingly cross-compiling setup?<br>&gt;<br>&gt; the patch is directed to the unixcompiler so why cross-compile?<br><br>Your example mentions a gcc that is named i686-pc-linux-gnu-gcc,
<br>which looks like a cross-compiling setup to me, a conventional gcc<br>setup just has 'gcc' as the name of the compiler. Which systems<br>install gcc as i686-pc-linux-gnu-gcc?</blockquote><div><br>the system is gentoo the reason for ccache is that gentoo is a source based distro. As for the name it is just how the package system (emerge) calls it, although it will let you compile for other archs, the defaults are set to your system at instalation time.
<br><br>gcc -v<br>Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/specs<br>Configured with: /var/tmp/portage/gcc-3.3.6/work/gcc-3.3.6/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3.6 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6/info --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/include/g++-v3 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
<br>Thread model: posix<br>gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)<br><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ronald<br><br></blockquote></div><br>