Just noticed this is only supported on linux - sorry for the noise
(not having a very good day today!)

Robin

On Tue, Nov 3, 2009 at 6:47 PM, Robin <robi...@gmail.com> wrote:
> Hi,
>
> When I try to build a fortran module with f2py from '1.4.0.dev7618'
> with gfortran 4.2.3 from att.com and apple gcc 4.2 on snow leopard I
> get the following error when I try to use -DF2PY_REPORT_ATEXIT:
>
> In [1]: import gfint
> ---------------------------------------------------------------------------
> ImportError                               Traceback (most recent call last)
>
> /Users/robince/fortran/<ipython console> in <module>()
>
> ImportError: dlopen(./gfint.so, 2): Symbol not found: _on_exit
>  Referenced from: /Users/robince/fortran/gfint.so
>  Expected in: dynamic lookup
>
> Is numpy trac the place for f2py tickets? Or is there an obvious fix.
> Inspecting gfint.so shows the same symbols for both architectures, and
> _on_exit is listed there with a U which I guess means undefined.
>
> Cheers
>
> Robin
>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to