Description of problem: gcc failed to build Wine 1.1.1 on Fedora 9 i686 Version-Release number of selected component (if applicable): gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8) How reproducible: every thime Steps to Reproduce: 1. wget http://prdownloads.sourceforge.net/wine/wine-1.1.1.tar.bz2 2. tar xvfj wine-1.1.1.tar.bz2 3. cd wine-1.1.1 4. ./configure 5. make depend 6. make Actual results: make[2]: Leaving directory `/root/mysrc/wine-1.1.1/dlls/urlmon/tests' make[2]: Entering directory `/root/mysrc/wine-1.1.1/dlls/user32/tests' gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o menu.o menu.c {standard input}: Assembler messages: {standard input}:7412: Warning: end of file not at end of a line; newline inserted {standard input}:7745: Error: unknown pseudo-op: `.l' gcc: Internal error: Segmentation fault (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. make[2]: *** [menu.o] Error 1 make[2]: Leaving directory `/root/mysrc/wine-1.1.1/dlls/user32/tests' make[1]: *** [user32/tests] Error 2 make[1]: Leaving directory `/root/mysrc/wine-1.1.1/dlls' make: *** [dlls] Error 2 Expected results: It should build it without any problem. Additional info:
*** This bug has been marked as a duplicate of 440139 ***