Hi<br><br>using g++-4.1 , I do<br>$ make<br>i get this :<br>g++-O3 ...<br>... everything fine until<br>g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -I/usr/local/include -c ToneStack.cc<br>Descriptor.h

: In static member function &#39;static void Descriptor&lt;T&gt;::_run_adding(void*, ulong) [with T = ToneStackLT]&#39;:<br>Descriptor.h:209: internal compiler error: in clear_dead_regs, at regrename.c:134<br>...<br>Preprocessed source stored into /tmp/ccjwOYnb.out file, please attach this to your bugreport.
<br>make: *** [ToneStack.o] Error 1<br><br>I sent a bugreport to tim&#39;s address with some attachements, but i didn&#39;t know about having to change the -O value in Makefile - line #4.<br>So I figured out how to do that and then it worked.
<br><br>first I did <br>$ make clean<br>then<br>$ make<br>i got this :<br>g++-O0 ...<br>... as before and<br>g++ -O0 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -I/usr/local/include -c ToneStack.cc<br>
g++ -O0 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -I/usr/local/include -c VCO.cc<br>g++ -O0 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -I/usr/local/include -c White.cc<br>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 <br>making tags<br><br>
I wonder , what about the first attempt to install the plugins , should I remove some files ?<br><br>I&#39;m sorry if it&#39;s a stupid noob question <br><br>cheers,<br>Peter<br><br><br><br><br><br>