[SciPy-dev] Further Solaris woes

Tom Loredo loredo at astrosun.astro.cornell.edu
Fri Feb 15 16:14:48 EST 2002


Hi folks-

Thanks for the continuing Solaris help.  Sorry I didn't catch
the FFTW install detail---I had already installed FFTW the
recommended way for use with Travis's old wrappers for Python 2.1,
and it worked fine that way.  The devil's in the details I guess.

Alex's patch fixes the pstat.py problem, but now I get an
error when _quadpack.so is loaded:

    import _quadpack
ImportError: ld.so.1: python: fatal: relocation error: file /home/laplace/lib/python2.2/site-packages/scipy/integrate/_quadpack.so: symbol __vlog_: referenced symbol not found

I'm guessing I need to add a library somewhere, but I'm not sure
where to find __vlog_.  Any advice would be appreciated.  The
setup script ends up generating the following build command for
_quadpack.so:

gcc -shared build/temp.solaris-2.7-sun4u-2.2/_quadpackmodule.o -L(null) -LSun/lib -L(null) -LSun/lib -Lbuild/temp.solaris-2.7-sun4u-2.2 -Lbuild/temp.solaris-2.7-sun4u-2.2 -Wl,-R(null) -Wl,-RSun/lib -lamos -ltoms -lfitpack -lminpack -lquadpack -lodepack -llinpack_lite -lblas -lmach -lF77 -lM77 -lsunmath -lm -lgist -lc_misc -lcephes -o build/lib.solaris-2.7-sun4u-2.2/scipy/integrate/_quadpack.so -mimpure-text

Thanks,
Tom



More information about the SciPy-Dev mailing list