On 1/2/07, Florian Schmidt <mista.tapas(a)gmx.net>
wrote:
Talking about reverbs and convolution, I gave a try to jack-convolve.
It seems it does not compile with gcc 4.1.0.... asm problem (even with
the latest stable).
Does someone knows of a patch to fix this ?
It builds fine here with gcc 4.1.2. jack_convolve only uses ASM through
libconvolve which can be built using libDSP (which in turn contains some
ASM
code)..
Let us see the whole error messages maybe?
Right... I was too fast writing this post :-)
It is libDSP which contains some assembly code that doesn't seem to
compile well with my gcc. I have used the latest stable (5.0.2) which
(according to the changelog) contains "Support for gcc-4.x".
Just build it with gcc-3.4.
James