Click to See Complete Forum and Search --> : make & cdrecord
stretchjn
01-22-2001, 09:41 PM
I am attempting to install cdrecord on a Debian system (IBM ps/2 77). When I do 'make' it loops endlessly. The readme file with cdrecord talks about gmake and smake. I can't seem to get either of those installed and working to use to install cdrecord. Any help would be greatly appreciated
Stretch
Dont need none of that 'make' poop on a http://www.linuxnewbie.org/ubb/cool.gif Debian http://www.linuxnewbie.org/ubb/cool.gif system http://www.linuxnewbie.org/ubb/wink.gif
Just do (as root):
apt-get install cdrecord
(you may need to do apt-get update first though)
edit - smileys messed up a bit :|
[This message has been edited by sild (edited 23 January 2001).]
ColdPack
01-23-2001, 05:03 PM
And just for grins 'n giggles...
If what you have is a tarball (.tar.gz or .tgz or whatever) you can do something else.
apt-get install alien
alien cdrecord-1.2-blah.tar.gz
dpkg -i cdrecord-1.2-blah_i386.deb
I like doing that sometimes because it's fun to see when it works. Alien is a cool tool!
------------------
What if everything is an illusion and nothing exists?
In that case, I definitely overpaid for my carpet.
-- Woody Allen, "Without Feathers"
klamath
01-23-2001, 07:37 PM
FYI, the default 'make' distributed with Linux systems is gmake (i.e. GNU Make), so you shouldn't have any problems.
Perhaps get the latest revision of `make` from Debian unstable/testing -- or just use the DPKG as others have said.
------------------
- Klamath
Get my GnuPG Key Here (http://klamath.dyndns.org/mykey.asc)
Looking for an open source project to contribute to? Check out the Tornado HTTP Server (http://sourceforge.net/projects/tornado)
stretchjn
01-24-2001, 10:42 PM
dpkg -i worked like a charm, thanks a bunch everyone. I'm going to forward your suggestions to another person who posted the same problem back in November and never was lucky enough to get a solution. Thanks again
Stretch