<p dir="ltr">On Mar 28, 2016 15:18, "Matthew Brett" <<a href="mailto:matthew.brett@gmail.com">matthew.brett@gmail.com</a>> wrote:<br>
[...]<br>
> And:<br>
><br>
> $ python -c 'import _test_ext_module_5403'  # No error<br>
> $ python -c 'import numpy; import _test_ext_module_5403'  # Error<br>
> after importing numpy<br>
> Traceback (most recent call last):<br>
>   File "<string>", line 1, in <module><br>
> ImportError: /home/mb312/dev_trees/2fd9d9a29e022c297634/manylinux-test/lib/python2.7/site-packages/numpy/core/../.libs/libgfortran.so.3:<br>
> version `GFORTRAN_1.4' not found (required by<br>
> ./_test_ext_module_5403.so)</p>
<p dir="ltr">Can you rerun this with LD_DEBUG=all and put the full output somewhere, like a gist or attachment or something?</p>
<p dir="ltr">-n</p>