Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-04-2002, 08:26 PM
|
#1
|
Member
Registered: Aug 2001
Location: Qc, Canada
Distribution: RedHat, Mandrake, FreeEOS
Posts: 336
Rep:
|
make command
Can someone tell me what does those command does in bref
./configure
make
make install
thks
|
|
|
11-04-2002, 08:31 PM
|
#2
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
Are you familiar with programming, I mean even briefly? Take a look at configure script, after you ran ./configure take a look at Makefile. In short, configure checks your system for presence of dependencies needed for a peice of software you are installing and creates Makefile accordingly, make then uses Makefile targets, plain make compiles the software with set of flags defined in Makefile, and make install copies the binaries, libs to designated locations also taken from Makefile.
And the last one thks I have just a slight idea what it does, most often it echos back
You are welcome
Last edited by neo77777; 11-04-2002 at 08:34 PM.
|
|
|
11-04-2002, 08:43 PM
|
#3
|
Member
Registered: Aug 2001
Location: Qc, Canada
Distribution: RedHat, Mandrake, FreeEOS
Posts: 336
Original Poster
Rep:
|
this is exactly the kind of answer i needed...
Can you tell me also about:
make dep
make clean
|
|
|
11-04-2002, 08:51 PM
|
#4
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
Ok, make dep sets up the dependencies that are availabel in the current release of the software you are trying to install and these deps are not on your system but they come with the software you are trying to install, confused? make clean removes unneeded files, it is all in Makefile what files are removed if you run make clean.
|
|
|
All times are GMT -5. The time now is 01:56 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|