Re: [f2py] line length

Pearu Peterson <[email protected]> Tue, 10 Aug 2010 22:37:32 +0300
Newsgroups gmane.comp.python.f2py.user
Message-ID <[email protected]>
On Tue, Aug 10, 2010 at 2:12 AM, Al Niessner <[email protected]> wrote:
>
> I may not care about the long lines, but I do care about this:
> n [1]: import mathsub
> ---------------------------------------------------------------------------
> ImportError                               Traceback (most recent call
> last)
>
> /home/niessner/Projects/MACOS/Test/<ipython console> in <module>()
>
> ImportError: ./mathsub.so: undefined symbol: rng_
>
> In [2]:
>
>
>
> Here is my make command:
>
> $(F2PY) -c $^ -m $@ --f77flags=-ffixed-line-length-none skip:
> printmsg_on printmsg_level prtfmtarray_dbl prtfmtarray_int
>
> It shows the flags and stuff that I am using. I attached the output from
> the make process. I cannot find anything wrong looking in the output
> except these strange get parameter messages. If you can give me a clue I
> would appreciate it.

I noticed also a block mismatch message in the log file. I have to see
the code to find out what could be wrong. Try to find out what
defines mg and make sure that its source or the containing library
is used in the f2py command line.

Pearu