Wine 1.1.4 builds, however attempts to make 1.1.5 and 1.1.6 result in:
{standard input}: Assembler messages:
{standard input}:7408: Warning: end of file not at end of a line;
newline inserted
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/extended/src/wine/wine-1.1.6/dlls/user32/tests'
make[1]: *** [user32/tests] Error 2
make[1]: Leaving directory `/home/extended/src/wine/wine-1.1.6/dlls'
make: *** [dlls] Error 2
Is this a new config dependency?
Thanks - Dan
Dan Sawyer wrote:> Wine 1.1.4 builds, however attempts to make 1.1.5 and 1.1.6 result in: > > {standard input}: Assembler messages: > {standard input}:7408: Warning: end of file not at end of a line; > newline inserted > 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/extended/src/wine/wine-1.1.6/dlls/user32/tests' > make[1]: *** [user32/tests] Error 2 > make[1]: Leaving directory `/home/extended/src/wine/wine-1.1.6/dlls' > make: *** [dlls] Error 2 > > Is this a new config dependency? > > Thanks - DanYou are probably running Fedora.This is a known Fedora's problem. Run 'ulimit -s unlimited' before compiling Wine.