On Thu, Dec 11, 2008 at 06:10, Gael Varoquaux <span dir="ltr"><<a href="mailto:gael.varoquaux@normalesup.org">gael.varoquaux@normalesup.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
<br>
Looks like I am following the long line of people failing to build numpy<br>
:). I must admit I am clueless with building problems.<br>
<br>
Numpy builds alright, but I get:<br>
<br>
ImportError: /usr/lib/sse2/atlas/libblas.so.3gf: undefined symbol:<br>
_gfortran_st_write_done<br>
<br>
On import.<br>
<br>
This used to work a while ago. I am not sure what I changed, but it sure<br>
does fail. I really don't understand where the gfortran comes in. I tried<br>
building numpy with or without gfortran. From what I gather it is the<br>
numpy is being built by a different compiler than the atlas libraries<br>
(hurray for ABI compatibility), but I don't really understand how this is<br>
possible.<br>
<br>
How can I debug this?<br>
<br>
Cheers,<br>
<br>
Gaƫl<br>
</blockquote><div> </div></div>I have encountered with such problem before. My solution is recompile the problem package(maybe atlas in your case) with -ff2c option passed to gfortran.<br><br>-- <br>Cheers,<br>Grissiom<br>