[SciPy-user] Build problems on OS X, 10.5 with g95

Brian Granger ellisonbg.net at gmail.com
Wed Jan 21 23:33:30 EST 2009


I am trying to build the latest 0.7 with g95 on OS X and get the
following failure:

A few minutes worth of stuff... then...
  "_PyErr_SetString", referenced from:
      _int_from_pyobj in _fftpackmodule.o
      _f2py_rout__fftpack_zfft in _fftpackmodule.o
      _f2py_rout__fftpack_zfft in _fftpackmodule.o
      _f2py_rout__fftpack_zfft in _fftpackmodule.o
      _f2py_rout__fftpack_drfft in _fftpackmodule.o
      _f2py_rout__fftpack_drfft in _fftpackmodule.o
      _f2py_rout__fftpack_drfft in _fftpackmodule.o
      _f2py_rout__fftpack_zrfft in _fftpackmodule.o
      _f2py_rout__fftpack_zrfft in _fftpackmodule.o
      _f2py_rout__fftpack_zrfft in _fftpackmodule.o
      _f2py_rout__fftpack_zfftnd in _fftpackmodule.o
      _f2py_rout__fftpack_zfftnd in _fftpackmodule.o
      _f2py_rout__fftpack_zfftnd in _fftpackmodule.o
      _f2py_rout__fftpack_zfftnd in _fftpackmodule.o
      _init_fftpack in _fftpackmodule.o
      _array_from_pyobj in fortranobject.o
      _fortran_setattr in fortranobject.o
      _fortran_setattr in fortranobject.o
  "_PyExc_ValueError", referenced from:
      _PyExc_ValueError$non_lazy_ptr in fortranobject.o
  "_PyString_AsString", referenced from:
      _array_from_pyobj in fortranobject.o
ld: symbol(s) not found
error: Command "/usr/local/g95/bin/g95 -shared -shared
build/temp.macosx-10.5-i386-2.5/build/src.macosx-10.5-i386-2.5/scipy/fftpack/_fftpackmodule.o
build/temp.macosx-10.5-i386-2.5/scipy/fftpack/src/zfft.o
build/temp.macosx-10.5-i386-2.5/scipy/fftpack/src/drfft.o
build/temp.macosx-10.5-i386-2.5/scipy/fftpack/src/zrfft.o
build/temp.macosx-10.5-i386-2.5/scipy/fftpack/src/zfftnd.o
build/temp.macosx-10.5-i386-2.5/build/src.macosx-10.5-i386-2.5/fortranobject.o
-Lbuild/temp.macosx-10.5-i386-2.5 -ldfftpack -o
build/lib.macosx-10.5-i386-2.5/scipy/fftpack/_fftpack.so" failed with
exit status 1

Ring any bells?

Thanks,

Brian



More information about the SciPy-User mailing list