On Thu, 04 Mar 2010 12:05:55 +0000, Dimitris Vikeloudas dvik@softcase.co.uk wrote:
Hi there
I am trying to compile wine 1.1.39 for Solaris 10 x86 technology.
I stack on compilation errors of the acledit dll. I am not sure how to proceed forward.
I used ./tools/wineinstall and the latest GNU tools as I download them from http://www.sunfreeware.com/indexintel10.html
More specific I use the following versions gcc: 3.4.6 as: GNU assembler 2.20 ar: GNU ar 2.20 make: GNU make 3.81 flex: 2.5.35 (my compilation from the sources above) bison: GNU Bison 2.4.1
For your information find in the attached file the results of running wineinstall & the compilation errors.
Thanks
Dimitris Vikeloudas Linwood Software Ltd.
Hi Dimitris,
Please use a version of gcc that uses the Sun linker (you can check gcc -v for --with-ld). SUNWgcc as shipped with Solaris 10 should work. Also see http://wiki.winehq.org/OpenSolaris for dependencies you may want (you should also be able to modify the spec files to work on S10, but that will take some work).
-Albert