hello,
what is the status of WINE development for solaris x86?
i'm running into some fairly fundamental build bugs & would like to know if anyone has got it working.
thks
p
On Monday 05 May 2003 17:50, Peter Lees wrote:
hello,
what is the status of WINE development for solaris x86?
i'm running into some fairly fundamental build bugs & would like to know if anyone has got it working.
thks
p
Wine can be made to work on Solaris X86 with a few patches. To compile you will need the patch kit and a copy of gcc that uses gas rather than AS. the Solaris assembler expect intel assembly while gas expects AT&T.
I sent diffs last week but I don't know how long it will take for them to reach cvs or if they will ever get there.
Robert Lunnon bob@yarrabee.net.au writes:
Wine can be made to work on Solaris X86 with a few patches. To compile you will need the patch kit and a copy of gcc that uses gas rather than AS. the Solaris assembler expect intel assembly while gas expects AT&T.
I sent diffs last week but I don't know how long it will take for them to reach cvs or if they will ever get there.
I have applied some of them, the rest will need to be cleaned up before it can go in.