Games for Linux
-
TheScaryOne
- Redshirt
- Posts: 2886
- Joined: Fri Feb 14, 2003 2:28 pm
- Location: My Own Personal Hell, Arizona
- Contact:
Finally!
Looks like it isnt installed properly/not everything is installed. I've never installed the wine RPMs so dont know what they actually contain or their dependancies. Check the install notes (once again not too knowledgable about RPM, but there should be some) and make sure you have everything.
Looks like it isnt installed properly/not everything is installed. I've never installed the wine RPMs so dont know what they actually contain or their dependancies. Check the install notes (once again not too knowledgable about RPM, but there should be some) and make sure you have everything.
Just because life sucks, it doesnt mean you have to care.
- EvilElf
- Redshirt
- Posts: 5056
- Joined: Fri Feb 14, 2003 11:24 pm
- Real Name: Daniel
- Gender: Male
- Location: Portland, Oregon
Re: Games for Linux
ok.... can you take me through that step by step
/me is still really new to this OS
:S
/me is still really new to this OS
:S
Hmm, EE if you like UT2K3, disk 3 also acts as the Linux Install Disk for it, just pop it in and install from there, and as a bonus you don't need WinE to run it either. Just pop in disk 3 and install. Make sure to patch up afterwords, otherwise you won't be able to play multiplayer online.
Why not hop over to the FFRPG project.
- EvilElf
- Redshirt
- Posts: 5056
- Joined: Fri Feb 14, 2003 11:24 pm
- Real Name: Daniel
- Gender: Male
- Location: Portland, Oregon
this is what happens when I do that.
[evilelf@x1-6-00-40-2b-4e-8f-7c evilelf]$ /home/evilelf/wine/configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[evilelf@x1-6-00-40-2b-4e-8f-7c evilelf]$ make
make: *** No targets specified and no makefile found. Stop.
[evilelf@x1-6-00-40-2b-4e-8f-7c evilelf]$ /home/evilelf/wine/configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[evilelf@x1-6-00-40-2b-4e-8f-7c evilelf]$ make
make: *** No targets specified and no makefile found. Stop.
OK EvilElf, you are slowly learning. when something doesnt work PASTE THE ERROR.
Fir you should be in the dir with the souce (wine), not running it from your home dir. This wont break configure but it will break make.
Also note that it is configure which broke, not make.
configure: error: no acceptable C compiler found in $PATH
That says you dont have a C compiling. To compile C beleive it or not you need it. This is where i dissagree with RPM based distros being good for newbies, in deb all the tools required would have installed when you got the source.
SO you will need to get:
GCC
G++ (if it has C++ code, I think wine is)
binutils (maybe, and you might already have it)
libraries. Read the instructions for wine.
You can go through one at a time, when you run ./configure it will tell you what you are still missing.
Fir you should be in the dir with the souce (wine), not running it from your home dir. This wont break configure but it will break make.
Also note that it is configure which broke, not make.
configure: error: no acceptable C compiler found in $PATH
That says you dont have a C compiling. To compile C beleive it or not you need it. This is where i dissagree with RPM based distros being good for newbies, in deb all the tools required would have installed when you got the source.
SO you will need to get:
GCC
G++ (if it has C++ code, I think wine is)
binutils (maybe, and you might already have it)
libraries. Read the instructions for wine.
You can go through one at a time, when you run ./configure it will tell you what you are still missing.
Just because life sucks, it doesnt mean you have to care.
Who is online
Users browsing this forum: No registered users and 1 guest
