Thanks, that worked. 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> <
<a href="mailto:robert.kern@gmail.com">robert.kern@gmail.com</a>> 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>> Thanks! That helps, but now I'm getting a new error. I /think/ I need<br>> to add the GCC include folder to my pythonpath, but I'm not sure how to<br>> do that in Linux. I haven't had any luck over the last 15 minutes or
<br>> so, so I'll work on it some more after work tonight. If someone could<br>> confirm that that would work, and/or tell me how to get/set my<br>> pythonpath in Linux, I'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't think even that is the problem.<br><br>I think you'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>"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."<br> -- 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>