<div class="gmail_quote">On Wed, Mar 24, 2010 at 9:12 AM, Tres Seaver <span dir="ltr">&lt;<a href="mailto:tseaver@palladion.com">tseaver@palladion.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
You should be able to override the &quot;allowed&quot; versions of Python:<br>
<br>
 $ cd /path/to/Zope-2.10.11<br>
 $ ./configure --with-python=/usr/bin/python &amp;&amp; make inplace<br></blockquote><div><br>I tried just that and got the following error:<br><br>error: command &#39;gcc&#39; failed with exit status 1<br>make: *** [build] Error 1<br>
<br>So I did this:<br><br>[root@Zope-2.10.9-final]# yum install gcc<br><br>and got this at the end:<br><br>Updated:<br>  gcc.x86_64 0:4.1.2-46.el5_4.2                                                                                                                                       <br>
<br>Dependency Updated:<br>  cpp.x86_64 0:4.1.2-46.el5_4.2          gcc-c++.x86_64 0:4.1.2-46.el5_4.2        libgcc.i386 0:4.1.2-46.el5_4.2                 libgcc.x86_64 0:4.1.2-46.el5_4.2     <br>  libstdc++.i386 0:4.1.2-46.el5_4.2      libstdc++.x86_64 0:4.1.2-46.el5_4.2      libstdc++-devel.x86_64 0:4.1.2-46.el5_4.2     <br>
<br>Complete!<br><br>So I tried Zope again and again got this:<br><br>error: command &#39;gcc&#39; failed with exit status 1<br>
make: *** [build] Error 1<br>
[root@Zope-2.10.9-final]# gcc -V<br>gcc: &#39;-V&#39; option must have argument<br># Whatever. At least it recognized gcc<br><br>So what up? I also tried installing Python 2.4.6 on my Mac and got a gcc error!? What do?<br>
TIA,<br>Susan<br></div></div>