Thanks, that worked.&nbsp; I ended up having to install libc6-dev, and I was able to build my test Pyrex module without any errors.<br><br><div><span class="gmail_quote">On 5/9/07, <b class="gmail_sendername">Robert Kern</b> &lt;
<a href="mailto:robert.kern@gmail.com">robert.kern@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Mike Wyatt wrote:
<br>&gt; Thanks!&nbsp;&nbsp;That helps, but now I&#39;m getting a new error.&nbsp;&nbsp;I /think/ I need<br>&gt; to add the GCC include folder to my pythonpath, but I&#39;m not sure how to<br>&gt; do that in Linux.&nbsp;&nbsp;I haven&#39;t had any luck over the last 15 minutes or
<br>&gt; so, so I&#39;ll work on it some more after work tonight.&nbsp;&nbsp;If someone could<br>&gt; confirm that that would work, and/or tell me how to get/set my<br>&gt; pythonpath in Linux, I&#39;d be very appreciative.<br><br>
No, your PYTHONPATH has nothing to do with the include path for compiling C<br>files, and I don&#39;t think even that is the problem.<br><br>I think you&#39;re missing the package libc-dev (which really ought to be required
<br>by python2.5-dev, but apparently is not).<br><br>--<br>Robert Kern<br><br>&quot;I have come to believe that the whole world is an enigma, a harmless enigma<br> that is made terrible by our own mad attempt to interpret it as though it had
<br> an underlying truth.&quot;<br>&nbsp;&nbsp;-- Umberto Eco<br><br><br>_______________________________________________<br>Pyrex mailing list<br><a href="mailto:Pyrex@lists.copyleft.no">Pyrex@lists.copyleft.no</a><br><a href="http://lists.copyleft.no/mailman/listinfo/pyrex">
http://lists.copyleft.no/mailman/listinfo/pyrex</a><br></blockquote></div><br>