LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-31-2004, 09:41 AM   #1
Lead Expression
Member
 
Registered: Dec 2004
Location: Italy
Distribution: Ubuntu 7.04
Posts: 56

Rep: Reputation: 15
Compiling with Make? Problem with XMMS


Hi. Trying to install XMMS, I've understand that I can't use make... I've downloaded so many program's source code, but I don't know how to use them. For example, in XMMS installation manual, they say *to type make*, but I don't know what arguments it needs. Can you help me? If you have any manuals (italian user, help me!!!!)... welcome!

Thanx a lot
 
Old 12-31-2004, 10:37 AM   #2
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
To install something from source you'll mostly do three steps.
Code:
./configure
In here there are checks to see if you have everything right and you can set options. To see which options you can set:
Code:
./configure --help | more
After this and if you don't get any errors you make the program:
Code:
make
If everything went right you can do:
Code:
make install
and it'll install the program.

Sometimes you don't need to do all steps. You'll notice that if you get an error message when you type the command. An example is ndiswrapper which only needs make install or make and make install, not ./configure.

happy new year !
 
  


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
package compiling from source, make & make install concepts shujja Linux - Newbie 2 09-20-2005 12:18 AM
XMMS skips when compiling / other tasks curmudgeon42 Linux - Software 8 01-22-2005 06:02 PM
Various Compiling Errors (GCC compiling Openal, GUIlib, xmms-wma) gregorya Linux - Software 2 08-27-2004 05:03 AM
Kernel compiling process problem. make bzimage fails. RJARRRPCGP Linux - Newbie 2 08-24-2004 04:14 PM
problems compiling xmms-cdread j-la Linux - Newbie 0 02-06-2004 12:10 PM

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

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