LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can someone please explain the make process to me? (https://www.linuxquestions.org/questions/linux-newbie-8/can-someone-please-explain-the-make-process-to-me-113381/)

supertechmyers 11-07-2003 07:37 AM

Can someone please explain the make process to me?
 
I was wondering if anyone can explain the make process to me and tell me if im doing it right. So far what ive got down is that I run ./Configure and make a configuration file then run make and then make install? is this correct? Ive only sucessfully installed 1 program this way.

MartinN 11-07-2003 07:44 AM

Yes, that's correct for many of the programs that you build and install yourself.

Note that you must be root to perform the make install part.

Most program packages that come in this form have text files like README and INSTALL. It's often, correction _always_, a good idea to read them.

Regards
Martin

supertechmyers 11-07-2003 08:01 AM

ive also noticed alot of software needs different compilers and dependancies to work and i have to go find them on the net. Is there any sort of universal compiler package with all the different types?

pfunk 11-07-2003 12:33 PM

dependency issues aren't going to be fixed by a 'universal compiler' ... the dependencies that are lacking are probably libraries or other support programs.

if you're sick of finding dependencies then go the package route. like rpm files for redhat or use apt-get in debian ... the idea with those is that the dependency information is sort of built in and you can more easily get your software working (usually!!!) :)

fancypiper 11-07-2003 12:38 PM

# Guides to software management
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation
You might want to check out CheckInstall to manage source code installations/uninstallation

fancypiper 11-07-2003 12:42 PM

Quote:

Originally posted by supertechmyers
ive also noticed alot of software needs different compilers and dependancies to work and i have to go find them on the net. Is there any sort of universal compiler package with all the different types?
Well, there is always the Gentoo distribution and Portage.


All times are GMT -5. The time now is 07:07 PM.