Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation problems on RHEL6 #13

Open
mpasserini opened this issue Feb 15, 2015 · 3 comments
Open

Compilation problems on RHEL6 #13

mpasserini opened this issue Feb 15, 2015 · 3 comments

Comments

@mpasserini
Copy link

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?

@swh
Copy link
Owner

swh commented Feb 16, 2015

Looks like one of the auto* processes failed, did you run the full autogen process?

@nikmartin
Copy link

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

/bin/bash ./libtool --tag=CC   --mode=link gcc -I/usr/local/include   -march=bdver2 -O2 -pipe -I@top_srcdir@/intl -I@top_srcdir@ -module -avoid-version -Wc,-nostartfiles  -o mbeq_1197.la -rpath /usr/local/lib/ladspa mbeq_1197_la-mbeq_1197.lo -L/usr/local/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

@mpasserini
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants