I have never had a problem compiling wine before and now am getting errors when
compiling the 1.0 rc3 version
I am using the ./tools/wineinstall script and get the following error:
Code:
.
.
.
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 `/home/Bill/Installed
Source/Wine/wine-1.0-rc3/dlls/user32/tests'
make[1]: *** [user32/tests] Error 2
make[1]: Leaving directory `/home/Bill/Installed
Source/Wine/wine-1.0-rc3/dlls'
make: *** [dlls] Error 2
Compilation failed, aborting install.
Any help would be much appreciated.