Re: [f2py] compilation appears successful

Paul Anton Letnes <[email protected]> Fri, 18 Mar 2011 11:15:10 +0100
Newsgroups gmane.comp.python.f2py.user
Message-ID <[email protected]>

On 18. mars 2011, at 06.12, Pearu Peterson wrote:

> Hi,
> 
> What code defines translate_1d_periodic? It seems that spheresub.f95 does not define it.
> You should link f2py extension against a library or object code that defines translate_1d_periodic.
> 
> HTH,
> Pearu
> 
Hi!

As it turns out, no code defines this function. That was the problem. I figured this would give a compile-time error, but it didn't. After removing the call to this function everything works fine. I must have been tired yesterday, the error was pretty obvious in retrospect...

Thanks for the help, and thanks for creating f2py!

Paul.