Artem B. Bityuckiy wrote: > I'm building gcc-3.2 with --languages="c", but ada and c++ are built > too. How to disable C++ and ada? --enable-languages=c is the correct syntax. Cheers, Paolo.