On Fri, Oct 19, 2001 at 05:32:45PM +0200, Georg Lippitsch wrote: > Salut! > > When I try to compile vlc with the --with-tuning=athlon option, make gives > the error: > cc1: bad value (athlon) for -mcpu= switch > make: *** [src/interface/main.o] Error 1 You need at least gcc 3.0 to use athlon as tuning option. Otherwise, keep on the default i686 or PentiumPro. -- Stef