Hi there,Hi Dieter,
I tried to compile Wine-20030911 on a Solaris 9 x86 with gcc 2.95.3.
Wineinstall runs through until I get the following error when performing make:
-------------------------------------------------------------------
./tools/makedep -I. -I. -I./include -I./include -C. gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC
-D__WINESRC__
-Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
-Wpointer-ari
th -g -O2 -o ddraw.spec.o ddraw.spec.c
Assembler: ddraw.spec.c
"/var/tmp/cc0f2yLe.s", line 28 : Syntax error
"/var/tmp/cc0f2yLe.s", line 688 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 688 : Syntax error
"/var/tmp/cc0f2yLe.s", line 689 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 689 : Syntax error
"/var/tmp/cc0f2yLe.s", line 690 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 690 : Syntax error
"/var/tmp/cc0f2yLe.s", line 691 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 691 : Syntax error
"/var/tmp/cc0f2yLe.s", line 692 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 692 : Syntax error
"/var/tmp/cc0f2yLe.s", line 693 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 693 : Syntax error
"/var/tmp/cc0f2yLe.s", line 694 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 694 : Syntax error
"/var/tmp/cc0f2yLe.s", line 695 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 695 : Syntax error
"/var/tmp/cc0f2yLe.s", line 696 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 696 : Syntax error
"/var/tmp/cc0f2yLe.s", line 697 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 697 : Syntax error
"/var/tmp/cc0f2yLe.s", line 698 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 698 : Syntax error
"/var/tmp/cc0f2yLe.s", line 699 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 699 : Syntax error
"/var/tmp/cc0f2yLe.s", line 700 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 700 : Syntax error
"/var/tmp/cc0f2yLe.s", line 701 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 701 : Syntax error
"/var/tmp/cc0f2yLe.s", line 702 : Illegal mnemonic
"/var/tmp/cc0f2yLe.s", line 702 : Syntax error
Too many errors - Goodbye
*** Error code 1
make: Fatal error: Command failed for target `ddraw.spec.o'
Current working directory /export/home/ebbi/wine/wine-20030911/dlls/ddraw
*** Error code 1
make: Fatal error: Command failed for target `ddraw'
Current working directory /export/home/ebbi/wine/wine-20030911/dlls
*** Error code 1
make: Fatal error: Command failed for target `dlls'
Compilation failed, aborting install. -----------------------------------------------------------------------
Any help will be appreciated.
Thanks, Ebbi
This issue probably comes from as (or another assembler ?) that does not recognize some asm directives.
Could you tell us which ones or send us the cc0f2yLe.s file?
BTW: What is your as version?
Bye, Christian