LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 01-21-2005, 09:55 PM   #1
a thing
Member
 
Registered: Jan 2005
Distribution: Fedora Core 4 Test 3/3.92, Fedora Core 3
Posts: 45

Rep: Reputation: 15
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).

Last edited by a thing; 01-22-2005 at 08:11 AM.
 
Old 01-21-2005, 10:51 PM   #2
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
It'll cost you $$$ ($15 for 3 mos download privleges), but I'd suggest Cedega...

http://wwww.transgaming.com/
 
Old 01-22-2005, 03:40 AM   #3
OmnipotentOscar
Member
 
Registered: Jan 2005
Distribution: Fedora 5, Debian
Posts: 56

Rep: Reputation: 15
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.
 
Old 01-22-2005, 05:03 AM   #4
floppywhopper
Member
 
Registered: Aug 2004
Location: Western Australia
Distribution: Mageia , Centos
Posts: 643
Blog Entries: 2

Rep: Reputation: 136Reputation: 136
yeah me too
tired to run wine
installed Ok
but ...

oh well
floppy
 
Old 01-23-2005, 09:57 AM   #5
a thing
Member
 
Registered: Jan 2005
Distribution: Fedora Core 4 Test 3/3.92, Fedora Core 3
Posts: 45

Original Poster
Rep: Reputation: 15
The rules say I can bumb after 24 hours so BUMP!
 
Old 01-23-2005, 11:11 AM   #6
Padma
Member
 
Registered: Aug 2003
Location: Omaha, NE, USA
Distribution: PCLinuxOS 2007
Posts: 808

Rep: Reputation: 30
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.)
 
Old 01-23-2005, 12:11 PM   #7
a thing
Member
 
Registered: Jan 2005
Distribution: Fedora Core 4 Test 3/3.92, Fedora Core 3
Posts: 45

Original Poster
Rep: Reputation: 15
I got the same output when I ran it as a normal user.
 
Old 01-23-2005, 04:52 PM   #8
njbrain
Member
 
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416

Rep: Reputation: 30
Wine has its own installer. As a regular user just type "tools/wineinstall".
Noah
 
Old 01-23-2005, 07:55 PM   #9
a thing
Member
 
Registered: Jan 2005
Distribution: Fedora Core 4 Test 3/3.92, Fedora Core 3
Posts: 45

Original Poster
Rep: Reputation: 15
notroot@VPR-Matrix-Linspire:/disks/dos/wine-20050111/tools$ wineinstall
bash: wineinstall: command not found

I looked in the tools directory and checked for wineinstall and it wasn't there.
 
Old 01-23-2005, 09:21 PM   #10
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
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.
 
Old 01-24-2005, 06:53 AM   #11
yyahmee
LQ Newbie
 
Registered: Jan 2005
Posts: 7

Rep: Reputation: 0
If you really want cedega for free, read.
(removed)

Last edited by Mara; 01-25-2005 at 04:34 AM.
 
Old 01-24-2005, 07:15 AM   #12
cyanide_2
Member
 
Registered: Jan 2005
Location: india
Distribution: Fedora Core 3
Posts: 32

Rep: Reputation: 15
try compiling cedega thru cvs, its free that way but without support or their fancy program called point2play which isnt that great either...
 
Old 01-24-2005, 11:32 AM   #13
Padma
Member
 
Registered: Aug 2003
Location: Omaha, NE, USA
Distribution: PCLinuxOS 2007
Posts: 808

Rep: Reputation: 30
You can compile the CVS version, but it does not include the proprietary DirectX libraries needed to play most games. That is what you pay for.
 
Old 01-24-2005, 11:14 PM   #14
cyanide_2
Member
 
Registered: Jan 2005
Location: india
Distribution: Fedora Core 3
Posts: 32

Rep: Reputation: 15
direct x libraries ??? you dont get that even with the paid version...hardware acceleration in linux is ony thru opengl not dx...
 
Old 01-24-2005, 11:53 PM   #15
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Anyone managed to get the JAP p2p program "Share" work under Wine? hkl8324 Linux - Software 1 06-29-2005 09:18 AM
Will "Total Annihilation" work on wine, and how? jimsproch Linux - Games 2 02-06-2005 06:34 PM
how do i compile or make "Wine" work in slackware? Tod_Con Linux - Software 2 06-21-2004 02:53 AM
"<" ">" Keyboard keys on Toshiba Satellite 1005-s157 dont work RodCas Linux - Laptop and Netbook 1 05-08-2004 04:22 PM
<input type="button" disabled="true" > does not work in ns4.7 or 4.9 cybercop12us Programming 2 11-29-2002 08:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration