I need something like "Actually Getting WINE to Work for Morons"
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: Fedora Core 4 Test 3/3.92, Fedora Core 3
Posts: 45
Rep:
I need something like "Actually Getting WINE to Work for Morons"
I just got Linspire 4.5 and then went to the WINE site and downloaded the latest version of WINE (20050111). I went to the HowTo on the WINE site and it said extract the tar.gz and run './configure && make depend && make && su -c "make install"' I ran that (as root) and it said I didn't have permision for ./configure So I changed the permission and ran the command again and got the following output:
bash: ./configure: /bin/sh: bad interpreter: Permission denied
Oh, I don't really want to buy something because the only Windows application I want to run on Linux is Warcaft III: The Frozen Throne (and its World Editor).
Hey stick with the WINE... ok so it may be being a pain but it's free
I appreciate that the Cedega will probably be a bit more straight forward but ultimately what will that teach you? Surely that's as bad as buying Widows
Sorry it's only my opinion so just ignore it if you disagree...
I'm about to get stuck into WINE at work on Monday so I will try and tell you my findings.
First, don't run that command you listed as root. Run it as yourself. (The part '&& su -c "make install"' will prompt you for the root password for that step.)
Type ls -l under the wine directory. The permissions should be 750. You were doing it correct, so do not run wineinstall. It has more problems. If you want to run it type ./wineinstall. Linux is a little strange because ./ means in this directory run this command. Typing wineinstall will not work because wineinstall is not in your search path. Also you may want to check if /bin/sh is the right path by doing whereis sh.
After you installed Wine, try loading up notepad. Then you can complain more and try to setup wine to run WC3. If you can not, try VMware.
Quote:
I just got Linspire 4.5 and then went to the WINE site and downloaded the latest version of WINE (20050111).
I do not recommend using WINE for the first day using Linux. I suggest using Linux for a few weeks or months and then try compiling some programs to build up the knowledge to compile and configure WINE. I give it a 9 out of 10 on how hard it is to compile it and configure it to run Windows programs. In some cases I give it a 10.
WINE has both a compatible DirectX version and OpenGL code. When I compiled WINE, I spot DirectX and its only verson 7. For OpenGL to be compiled with WINE, you need OpenGL headers that comes with your video card. Use OpenGL instead of DirectX because OpenGL is hardware instead emulating or adding a layer so DirectX can work. I removed WINE because I have no need for it.
DirectX is a Microsoft render that is only for Windows. OpenGL is an universal 3D render which is a widely used by CAD and 3D modeling companies.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.