Results 1 to 7 of 7
I have a mandrake 8.2 Linux box. I am trying to figure out how to install this Make file cause i dont have the command make. I un tar it ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-13-2002 #1Just Joined!
- Join Date
- Dec 2002
- Posts
- 12
Installing Make-3.80.tar.gz
I have a mandrake 8.2 Linux box. I am trying to figure out how to install this Make file cause i dont have the command make. I un tar it and im stuck on what im supposed to do next to install this file. Can ne1 help me on this.
- 12-13-2002 #2Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
dan,
You need Make to compile your Make package. Yes its weird but that's the way it works. So with this being said, you won't be able to compile your Make-3.80.tar.gz. However, since you are using Mandrake I suggest finding RPMs for Make to take care of this problem.
If you are still interested in compiling raw source, this site has to with debian linux but this thoroughly explains the nature of compiling software.
http://www.aboutdebian.com/compile.htm
Anytime you get the source code to any packages, these are the steps you need to take. I'd really read the readme.txt after you untar the package but this is standard procedure.
HTH,Code:./configure make make install make clean
bpThe best things in life are free.
- 12-20-2002 #3Just Joined!
- Join Date
- Dec 2002
- Posts
- 15
i have a dumb question
ok...this is gonna sound really dumb...but when everyone says "you need to enter this command or that command...", where do they mean? i mean, where do i enter commands? in xterm??? i'm confused.
- 12-20-2002 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
If you are supposed to enter a command, and nothing is explicitly specified, you assume that it's meant to be on the shell.
xterm is really just a terminal emulator, which means that it takes the keystrokes that you type from X (if you don't what X is, it is the program that provides the foundation of the GUI, i.e. what puts your video card into graphic mode and does window based drawing on it) and processes it for terminal (byte-stream) based programs, such as the shell. Although the shell is the default program that xterm starts on its virtual terminal, it doesn't put xterm equal to the shell. I often start a telnet directly under xterm, for example. Also, the shell can, of course, be run from other terminals, too, such as other terminal emulators or the text-based terminals that really are linux's native user interface.
- 12-20-2002 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Oops... I realize that I made some typos that made my post sound much harsher than I meant to. I meant no hard feelings.
- 04-28-2010 #6Just Joined!
- Join Date
- Apr 2010
- Posts
- 15
hi, i have exactly the same probleme, am installing this version of gnu make, when i tape the command ./configure
every thing is ok, but when i tape "make" it asks new version of autoconf, i downloded this version, and it also follows the same steps ./configure make make install
but when i tape make, guess what, it asks gnu make, what can i do ?
thank you
- 04-28-2010 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Hello and welcome to the forums!

Please start a new thread of your own with the details of any problems that you are experiencing because this one is almost 8 years old.
Thanks!oz



