Hi
using g++-4.1 , I do
$ make
i get this :
g++-O3 ...
... everything fine until
g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse
-I/usr/local/include -c ToneStack.cc
Descriptor.h : In static member function 'static void
Descriptor<T>::_run_adding(void*, ulong) [with T = ToneStackLT]':
Descriptor.h:209: internal compiler error: in clear_dead_regs, at
regrename.c:134
...
Preprocessed source stored into /tmp/ccjwOYnb.out file, please attach this
to your bugreport.
make: *** [ToneStack.o] Error 1
I sent a bugreport to tim's address with some attachements, but i didn't
know about having to change the -O value in Makefile - line #4.
So I figured out how to do that and then it worked.
first I did
$ make clean
then
$ make
i got this :
g++-O0 ...
... as before and
g++ -O0 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse
-I/usr/local/include -c ToneStack.cc
g++ -O0 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse
-I/usr/local/include -c VCO.cc
g++ -O0 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse
-I/usr/local/include -c White.cc
g++ -nostartfiles -O0 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse
-mfpmath=sse -shared -o caps.so Amp.o Cabinet.o Chorus.o Click.o Clip.o
Compress.o Eq.o HRTF.o interface.o Lorenz.o Pan.o Phaser.o Preamp.o Reverb.o
Roessler.o Scape.o Sin.o SweepVF.o ToneControls.o ToneStack.o VCO.o White.o
making tags
I wonder , what about the first attempt to install the plugins , should I
remove some files ?
I'm sorry if it's a stupid noob question
cheers,
Peter
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-user
Received on Mon Jun 18 04:15:02 2007
This archive was generated by hypermail 2.1.8 : Mon Jun 18 2007 - 04:15:03 EEST