Luis Mochan <[email protected]> writes: > Some time ago I succesfully installed PDL::FFTW3 on a couple of 64bit > machines. Nevertheless, I just tried to intall it in a 32 bits Ubuntu > laptop and in a 32 bit debian/testing laptop and it failed. I > installed the latest version from CPAN again in one of the previous > 64bit machines and it was succesful. So I wonder if there is some > issue with 32 bit linux. > mochan@yapaque:~$ uname -a > Linux yapaque 3.10-3-686-pae #1 SMP Debian 3.10.11-1 (2013-09-10) i686 > GNU/Linux > > I attach the build.log and the output of perl > -V and pdl -V. > Best regards, > Luis
Hi. Can you get more information? The log you attached just says that you failed most of your tests, but doesn't say anything more. With just that I really can't tell you anything. Are there error messages? Segfaults? Doing perl -Mblib t/fftw.t after 'make' should give more information; maybe. You should know that Alien::FFTW3 isn't required if you can deal with your own dependencies, which on an APT-enabled machine such as yours you can easily do. So try to 1. get rid of Alien::FFTW3, and any non-APT fftw installation you may have 2. make sure libfftw3-dev is installed. If it isn't, 'apt-get install libfftw3-dev' 3. try again Note that I still have no idea what your problem is, and thus have no particular reason to believe that this will fix it. However this removes an unneeded layer of complexity, so it's worth trying. _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
