[SciPy-dev] Cygwin build problems

pearu at scipy.org pearu at scipy.org
Sun Apr 7 16:20:46 EDT 2002


On 7 Apr 2002, Jochen Küpper wrote:

> Ok, the link line now is ,---- | g77 -shared
> build/temp.cygwin-1.3.10-i686-2.2/fortranobject.o
> build/temp.cygwin-1.3.10-i686-2.2/fblasmodule.o -L/usr/local/lib
> -L/usr/local/lib -L/usr/lib/python2.2/config
> -Lbuild/temp.cygwin-1.3.10-i686-2.2 -llapack -lf77blas -lcblas -latlas
> -lpython2.2 -lc_misc -lcephes -lg2c -o
              ^^^^^^^^^^^^^^^^^
I don't like these parasite libraries here. Did they came from
uncommenting the lines? How the line #84 hack worked? I was hoping that
that would solve the problem.

> build/lib.cygwin-1.3.10-i686-2.2/scipy/linalg/fblas.dll `---- which
> solves the previous problem, but here's a new one: Many missing
> symbols. 

This is an easy one. Whether are you using very old f2py (you'll need the
latest) or there are old object or library files around. In the latter
case just removed them and rebuild. I recommend 'rm -rf build'.

Pearu




More information about the SciPy-Dev mailing list