You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this version of libtool:
$ rpm -qa | grep libtool
libtool-ltdl-2.2.6-15.5.el6.i686
libtool-2.2.6-15.5.el6.x86_64
libtool-ltdl-2.2.6-15.5.el6.x86_64
I just got this too on Debian after downloading FFTW3.3.4 source and configuring FFTW3 with ./configure --enable-shared --enable-float
It seems any plugin that uses fftw will fail to compile if fftw is 3.3.4
Yes, I ran the full autogen process. I ended up installing the RPMs from Scientific Linux, but I wouldn't mind being able to compile these myself as well, so we can keep debbuging this if you wish.
I'm trying to compile the commit: 58e05da on RHEL6, but I get the following error at make time:
/bin/sh ./libtool --tag=CC --mode=link gcc -I/home/passerim/Apps/fftw/3.3.4/include -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -module -avoid-version -Wc,-nostartfiles -o mbeq_1197.la -rpath /home/passerim/Apps/swhladspa/swh/lib/ladspa mbeq_1197_la-mbeq_1197.lo -L/home/passerim/Apps/fftw/3.3.4/lib -lfftw3f -lrt -lm -lm -lm
libtool: link: unsupported hardcode properties
libtool: link: See the libtool documentation for more information.
libtool: link: Fatal configuration error.
make[2]: *** [mbeq_1197.la] Error 1
make[2]: Leaving directory
/home/passerim/Apps/swhladspa/git/ladspa' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/home/passerim/Apps/swhladspa/git/ladspa'make: *** [all] Error 2
I have this version of libtool:
$ rpm -qa | grep libtool
libtool-ltdl-2.2.6-15.5.el6.i686
libtool-2.2.6-15.5.el6.x86_64
libtool-ltdl-2.2.6-15.5.el6.x86_64
And gcc:
$ rpm -qa | grep gcc
gcc-gfortran-4.4.7-11.el6.x86_64
libgcc-4.4.7-11.el6.x86_64
gcc-4.4.7-11.el6.x86_64
libgcc-4.4.7-11.el6.i686
gcc-c++-4.4.7-11.el6.x86_64
Any idea of what's going wrong?
The text was updated successfully, but these errors were encountered: