[SciPy-dev] Stupid question.
Pearu Peterson
pearu at cens.ioc.ee
Tue Feb 19 14:43:48 CST 2002
On Tue, 19 Feb 2002, eric wrote:
> Do you have the same trouble with the shared libraries -- or are you linking
> against the .a versions?
I am linking against .a version from debian dist.
But there should be a rather dirty fix:
gcc -shared ... /usr/local/lib/fft.so.2
that is adding all shared libraries to linker instead of using -lfftw etc.
Fernando, can you confirm that?
Then this fix could be added to fftw_info for cases where static libs are
not available.
pearu
More information about the Scipy-dev
mailing list