IŽm having intallation problems with WINE ( when interlocked.c is compiled the following message appears: "error you must implement the interlocked* functions for your CPU").
I've been working with Linux SUSE Enterprise Server 9 for s/390 zSeries, and WINE-20050830. Have you ever seen this error before? Do you have any suggestions ?
Thanks, Ricardo Azzolini
Thursday, September 22, 2005, 12:55:18 PM, Ricardo Azzolini wrote:
I´m having intallation problems with WINE ( when interlocked.c is compiled the following message appears: "error you must implement the interlocked* functions for your CPU").
That means that this function is not implemented for your platform. It's only a first from lots more that are not implemented.
Have you ever seen this error before? Do you have any suggestions ?
Yes, pull out your book on what ever CPU it's using and start coding. ;-)
Vitaliy