From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126 Description of problem: Configure command was : ./configure --enable-gui --language=fr and "make" do : (...) gcc3 -c -O4 -march=i686 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -fexpensive-optimizations -fschedule-insns2 -Wall -malign-double -I. -I../loader -I./wm -I./skin -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DDEBUG -o mplayer/mw.o mplayer/mw.c mplayer/mw.c: In function `mplMainDraw': mplayer/mw.c:191: warning: unused variable `type' mplayer/mw.c:244: Internal compiler error in print_rtl_and_abort, at flow.c:6458Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. (...) Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. get mplayer 0.90rc1 source code 2. ./configure 3. make Actual Results: compilation crash on mw.c with internal compiler error. Expected Results: compilation should have been completed succefully. Additional info:
A workaround is to say CFLAGS='-O2' ./configure to avoid the use of -O4.
Mplayer has built since then.