LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 04-27-2005, 11:06 PM   #1
JoeUser11
Member
 
Registered: Dec 2004
Location: Austin, TX
Distribution: SuSe9.3
Posts: 143

Rep: Reputation: 15
doom install


mmm... new to linux, blah blah blah. Using Suse 9.2. In the two months I've had using linux, I don't think I've ever gotten anything to work any better than it did the first day. Videos, games, printers, usb, none of it works. I understand that this will take time, and my growth has probably been stunted by the fact I can only use the linux about 30 minutes a day due to job/school. However, idealogically I can not return to windows. Now that summer is approaching I hope to have time to understand linux.

Trouble installing doom. I downloaded it from the following link:
http://prdownloads.sourceforge.net/d...2_linux.tar.gz
I unzipped it...
Code:
Script started on Wed 27 Apr 2005 11:16:21 PM CDT
jordan@linux:~/Desktop> tar zxvf legacy_142_linux.tar.gz
legacy_142_linux/
legacy_142_linux/md2/
legacy_142_linux/Samples/
legacy_142_linux/Samples/hipafrag.txt
legacy_142_linux/Samples/hipafrag.wad
legacy_142_linux/Samples/leprskin.wad
legacy_142_linux/Samples/RainBowStar.txt
legacy_142_linux/Samples/rainbowstar.wad
legacy_142_linux/Samples/RainBowStar.fs
legacy_142_linux/autoexec.cfg
legacy_142_linux/config.cfg
legacy_142_linux/file_id.diz
legacy_142_linux/legacy.dat
legacy_142_linux/legacy.doc/
legacy_142_linux/legacy.doc/copying
legacy_142_linux/legacy.doc/source.html
legacy_142_linux/legacy.doc/faq.html
legacy_142_linux/legacy.doc/3dfloors.html
legacy_142_linux/legacy.doc/editspecs.html
legacy_142_linux/legacy.doc/boomref.html
legacy_142_linux/legacy.doc/fsbasic.html
legacy_142_linux/legacy.doc/fsfuncs.html
legacy_142_linux/legacy.doc/whatsnew.html
legacy_142_linux/legacy.doc/index.html
legacy_142_linux/legacy.doc/add_fs.zip
legacy_142_linux/legacy.doc/editing.html
legacy_142_linux/legacy.doc/legacy.html
legacy_142_linux/legacy.doc/console.html
legacy_142_linux/legacy.doc/doublescan.txt
legacy_142_linux/legacy.doc/skinspec.html
legacy_142_linux/llsndserv
legacy_142_linux/llxdoom
legacy_142_linux/lsdldoom
legacy_142_linux/musserver
legacy_142_linux/r_opengl.so
legacy_142_linux/md2.dat
legacy_142_linux/glconfig.cfg
legacy_142_linux/README_SDL
legacy_142_linux/copying
legacy_142_linux/README
worked fine, then I try to install
Code:
jordan@linux:~/Desktop/legacy_142_linux> make
make: *** No targets specified and no makefile found.  Stop.
jordan@linux:~/Desktop/legacy_142_linux> ./configure
bash: ./configure: No such file or directory
jordan@linux:~/Desktop/legacy_142_linux>
Script done on Wed 27 Apr 2005 11:18:25 PM CDT
No luck? I'm lost if "make" doesn't work. What do I do?

By the way, what does "make" do? What does "configure" do?

Here's a list of files in the folder.
Code:
 drwxr--r--  2 jordan users     240 2004-04-18 16:00 Samples
-rwxr-xr-x  1 jordan users   22114 2004-04-18 16:00 r_opengl.so
-rw-------  1 jordan users    1080 2004-04-18 16:00 README_SDL
-rw-------  1 jordan users     450 2004-04-18 16:00 README
-rwx------  1 jordan users   36598 2004-04-18 16:00 musserver
-rwx------  1 jordan users     168 2004-04-18 16:00 md2.dat
drwxr--r--  2 jordan users      48 2004-04-18 16:00 md2
-rwxr-xr-x  1 jordan users 1044801 2004-04-18 16:00 lsdldoom
-rwxr-xr-x  1 jordan users 1047408 2004-04-18 16:00 llxdoom
-rwx------  1 jordan users   27674 2004-04-18 16:00 llsndserv
drwxr--r--  2 jordan users     544 2004-04-18 16:00 legacy.doc
-rw-------  1 jordan users  951045 2004-04-18 16:00 legacy.dat
-rw-------  1 jordan users     105 2004-04-18 16:00 glconfig.cfg
-rw-------  1 jordan users     374 2004-04-18 16:00 file_id.diz
-rw-------  1 jordan users   18321 2004-04-18 16:00 copying
-rw-------  1 jordan users     105 2004-04-18 16:00 config.cfg
-rw-------  1 jordan users    1317 2004-04-18 16:00 autoexec.cfg

Last edited by JoeUser11; 04-27-2005 at 11:35 PM.
 
Old 04-27-2005, 11:08 PM   #2
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
i think u gotta cd to the directory you extracted all that stuff (legacy_142_linux or whatever), then start again with make

Last edited by nadroj; 04-27-2005 at 11:09 PM.
 
Old 04-27-2005, 11:34 PM   #3
JoeUser11
Member
 
Registered: Dec 2004
Location: Austin, TX
Distribution: SuSe9.3
Posts: 143

Original Poster
Rep: Reputation: 15
Yea, haha, the script didn't show it, but I did. Good catch though.
 
Old 04-27-2005, 11:36 PM   #4
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
Quote:
jordan@linux:~/Desktop> make
make: *** No targets specified and no makefile found. Stop.
jordan@linux:~/Desktop> ./configure
bash: ./configure: No such file or directory
jordan@linux:~/Desktop>
it shows you in the Desktop folder. you should probably be in ~/Desktop/legacy_142_linux/ and run the make command there.
 
Old 04-28-2005, 06:24 AM   #5
trevelluk
Member
 
Registered: Nov 2003
Location: Bristol, UK
Distribution: Debian Lenny, Gentoo (at work)
Posts: 388

Rep: Reputation: 32
make won't work, because there is no Makefile. Have you looked at the README file, which should tell you how to install.
 
Old 04-28-2005, 07:40 AM   #6
JoeUser11
Member
 
Registered: Dec 2004
Location: Austin, TX
Distribution: SuSe9.3
Posts: 143

Original Poster
Rep: Reputation: 15
Yes, I know it used to say "/Desktop", but trust me, the output is the same (I just did that script real quick to get its output). As for the readme, here it is:
Quote:
Linux Doom Legacy 1.41
======================

This is the public release of the binary Linux version
of Doom Legacy.

It has been compiled with GCC 3.2.2 and may not work on
old distribution. If llxdoom doesn't work on your system,
we suggest you to download the source code on our CVS
server at sourceforge.net (or get the source tar ball)
and compile it like that:
make LINUX=1

Enjoy!

Thierry 'Hurdler' Van Elsuwe
hurdler@users.sourceforge.net
I have gcc on my system, it's a c/c++ compiler from what I understand from the man.
The command make LINUX=1 gives:
Code:
jordan@linux:~/Desktop/legacy_142_linux> make LINUX=1
make: *** No targets specified and no makefile found.  Stop.
 
Old 04-28-2005, 07:50 AM   #7
trevelluk
Member
 
Registered: Nov 2003
Location: Bristol, UK
Distribution: Debian Lenny, Gentoo (at work)
Posts: 388

Rep: Reputation: 32
OK, what you've downloaded isn't the source. You've got a binary package, which, from the look of that README, you type llxdoom to run.
The instructions about make LINUX=1 only apply to the source package.
 
Old 04-28-2005, 08:52 AM   #8
Marius2
Member
 
Registered: Jan 2004
Location: Munich
Distribution: SuSE 9.2, 10.2, 10.3, knoppix
Posts: 276

Rep: Reputation: 31
So this is Doom I? If you really only want to play it (instead of installing for proving you can run it natively), and you have a fairly new machine, you may want to take a look at dosbox (which comes with your SuSE 9.2). For this, you'll need the DOS version of Doom (but no DOS, as dosbox comes with it's own). It runs Doom just fine, and a lot of other older DOS games.
 
Old 04-28-2005, 02:00 PM   #9
Boow
Member
 
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669

Rep: Reputation: 32
You could try prboom or this is even better http://www.doomsdayhq.com/index.php

Last edited by Boow; 04-28-2005 at 02:05 PM.
 
  


Reply



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
DOOM 3 install problem with WineX chewysplace Linux - Games 13 02-05-2006 10:30 PM
Doom 3 install guide for Linux bogler Linux - Games 10 08-17-2005 03:24 PM
Doom 3 binaries dont install on amd64 Timeturtle Linux - Games 9 12-15-2004 10:05 PM
Help me with Doom Install! Eagle_Seven Linux - Games 6 08-26-2004 10:47 PM
doom 1.8 install kmiller Linux - Newbie 1 04-02-2003 03:54 PM

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

All times are GMT -5. The time now is 05:34 AM.

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