LinuxQuestions.org
Help answer threads with 0 replies.
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 02-18-2005, 02:14 PM   #1
hywaydave
Member
 
Registered: Dec 2004
Location: Omaha, NE
Distribution: RH9
Posts: 31

Rep: Reputation: 15
what is a parallel "make"


I'm going to install BIND, and when reading the README file on how to build it mentioned to do a ./configure and then make. It said to not do a parallel "make". what does this mean?
 
Old 02-18-2005, 02:31 PM   #2
ralvez
Member
 
Registered: Oct 2003
Location: Canada
Distribution: ArchLinux && Slackware 10.1
Posts: 298

Rep: Reputation: 30
I'm not sure about the use of this expression since I have not seen the context in which is was used but ... I wonder if it means not to do this:
<code>
./configure --prefix=PATH_TO_DIR && make && su -c 'make install"
</code>
The && allow the program to keep on going if the previous command did not return an error.

Hope this helps.

R.
 
Old 02-18-2005, 03:15 PM   #3
Padma
Member
 
Registered: Aug 2003
Location: Omaha, NE, USA
Distribution: PCLinuxOS 2007
Posts: 808

Rep: Reputation: 30
Parallel make is a version of make that multi-threads. It is designed for multi-processor machines.

I would assume the problem here would be if it "made" some parts out of order (being in different threads) the resultant executable would not work (or work incorrectly).
 
Old 02-19-2005, 11:16 AM   #4
Clementine
LQ Newbie
 
Registered: Feb 2005
Posts: 7

Rep: Reputation: 0
I think you can do a parallel make with the -j option of make.
make -j8 config will execute 8 jobs in parallel for "making" the config. You can see this happening in a watch window.
 
  


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 11:51 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