LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-15-2005, 10:58 PM   #1
Rhadryn
LQ Newbie
 
Registered: Jul 2005
Distribution: SUSE
Posts: 24

Rep: Reputation: 15
How to I "make"?


I have been trying to install/compile a few programs, and have been fairly unsuccesful. I keep running across the instruction to "% make", and I don't know what that means. What is it, and how do I do it?
 
Old 07-15-2005, 11:08 PM   #2
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
First of all, do you have to be doing the ./configure, make, make install, or is this something that can be installed via Synaptic, YaST, Yum, or RPM?

What are you trying to install and what distribution are you using?
 
Old 07-15-2005, 11:16 PM   #3
Rhadryn
LQ Newbie
 
Registered: Jul 2005
Distribution: SUSE
Posts: 24

Original Poster
Rep: Reputation: 15
Edited: Goodness, I should have expected that. Nevermind! Sorry for taking up space.

Last edited by Rhadryn; 07-15-2005 at 11:33 PM.
 
Old 07-15-2005, 11:35 PM   #4
cuiq
Member
 
Registered: Aug 2004
Location: Philly
Distribution: Debian Lenny, FreeBSD
Posts: 577

Rep: Reputation: 30
You should be able to download this using yum, however here is the way to install from the command line.

1. bring up a terminal
2. cd into the folder where you extracted qtparted
3. type - ./configure
4. type - make
5. type - su
6. type in root password
7. type - make install

Steps 3 & 4 can be combined like this

./configure && make

However I usually do them separately in case there is a problem.

Last edited by cuiq; 07-15-2005 at 11:36 PM.
 
Old 07-15-2005, 11:52 PM   #5
Rhadryn
LQ Newbie
 
Registered: Jul 2005
Distribution: SUSE
Posts: 24

Original Poster
Rep: Reputation: 15
Arg, I tried ./configure and at the end it said error: reiserfsprogs library (libreiserfs) not found. So when I try to use make, it says there is no makefile. What do I do?
 
Old 07-15-2005, 11:59 PM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Rhadryn try looking through this thread - and the referenced discussion.
Will give you some background.
 
Old 07-16-2005, 12:00 AM   #7
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
My point wasn't to scare you away--quite the opposite. You're installing software the hard way. Synaptic, for example, is an installer program where you can search for software, double-click it, hit "Apply" and the software will be downloaded, installed, and so will all the dependencies.

A lot of people think you have to use a .tar.gz to install a program. You don't. That was my point.

Take a look at these screenshots and tell me this isn't easier than doing ./configure and all that.

I asked what distro you're using because Synaptic isn't on every distro. SuSE uses something called YaST instead. I'm trying to help you!
 
Old 07-16-2005, 12:01 AM   #8
cuiq
Member
 
Registered: Aug 2004
Location: Philly
Distribution: Debian Lenny, FreeBSD
Posts: 577

Rep: Reputation: 30
I believe that means you need the reiserfsprogs library before qtparted will configure so at this point make and make install will not work until the configure problem is rectified.

Your best bet however is to use yum to install qtparted which will also install any dependencies necessary.
 
Old 07-16-2005, 12:04 AM   #9
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
We still don't know what distro you're using or what programs you're trying to install.
Knowing those things will help us make it easier for you to install them.
 
Old 07-16-2005, 12:16 AM   #10
Rhadryn
LQ Newbie
 
Registered: Jul 2005
Distribution: SUSE
Posts: 24

Original Poster
Rep: Reputation: 15
So sorry, I said them in my second post but I edited that because I thought I fixed the problem. I'm using Fedora Core 4, I am trying to install qtparted, and I don't know anything about YUM.
 
Old 07-16-2005, 12:22 AM   #11
cuiq
Member
 
Registered: Aug 2004
Location: Philly
Distribution: Debian Lenny, FreeBSD
Posts: 577

Rep: Reputation: 30
Yum is the package manager that comes with Fedora. I don't know if it has a gui frontend, but the command line syntax to install a program (for instance qtparted) would be:

yum install qtparted

you can get more info here:

http://www.fedorafaq.org/

and the Fedora documentation on your system, as well as the man pages.

type the following on the command line.

man yum
----------------------------------------------------------------
I wish all the best.



Last edited by cuiq; 07-16-2005 at 12:24 AM.
 
Old 07-16-2005, 12:24 AM   #12
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Hopefully this will help. If Yum is anything like Synaptic or YaST, you should have a lot easier of a time installing QTParted than installing from source (which is the whole ./configure, make, make install thing).

http://www.fedorafaq.org/#installsoftware
 
Old 07-16-2005, 12:46 AM   #13
Rhadryn
LQ Newbie
 
Registered: Jul 2005
Distribution: SUSE
Posts: 24

Original Poster
Rep: Reputation: 15
That worked beautifully for two of the programs, qtparted included (Though now I don't know how to get to the program =O). However, I also downloaded XMMS, and for some reason it never would work on that. I tried the source RPM, but an error message kept popping up that said it cannot be installed with system-config-packages. So basically I'm happy, but I would like to figure out how to get XMMS to work.
 
Old 07-16-2005, 12:52 AM   #14
Eliasvan
LQ Newbie
 
Registered: Jun 2005
Distribution: Redhat Fedora Core 4
Posts: 8

Rep: Reputation: 0
Quote:
Originally posted by cuiq
Yum is the package manager that comes with Fedora. I don't know if it has a gui frontend, but the command line syntax to install a program (for instance qtparted) would be:

yum install qtparted

you can get more info here:

http://www.fedorafaq.org/

and the Fedora documentation on your system, as well as the man pages.

type the following on the command line.

man yum
----------------------------------------------------------------
I wish all the best.

You can also youse "smart" => a graphical program like apt or yum.
For installing this go to google and type 'smart RPM'.
Select RPM Search than select the package of your dist.

Ihope it will help you.
 
Old 07-16-2005, 12:59 AM   #15
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally posted by Rhadryn
(Though now I don't know how to get to the program =O)
Open a terminal and type "qtparted" without the quotes.
 
  


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
So many errors when I typed the "make" and "make install" command Niceman2005 Linux - Software 23 07-22-2009 02:33 PM
problem "make"ing gtk+ "/usr/bin/env: perl -w" caid Linux - Newbie 8 07-29-2005 04:51 AM
[Redhat] make "admin" account same privledges as "root" Bi0haZarD Linux - Networking 20 01-12-2005 10:47 AM
LFS 4.1: Stalled at Perl, "missing seperator" error from "make" SparceMatrix Linux From Scratch 1 06-07-2003 03:31 PM
i just finished typing "./configure" and "make" in mplayer directory... kublador Linux - General 4 02-22-2003 03:12 PM

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

All times are GMT -5. The time now is 10:56 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