<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>if it's not used now, it may have been in the past - someone here that has been around for a few years may recall and probably why the wiki page says (note this may make build errors harder to spot) and it was removed because of that reason.</div><div><br></div><div><br></div><div><br></div><div>either way, just to clarify, here's my 2cents</div><div><br></div><div>use it with 'make' command</div>e.g.<div><br></div><div>make -j4</div><div><br></div><div>will use 4 cores for compiling</div><div>if there is a make command in bootstrap.sh it may be passed there.</div><div>configure and bootstrap are just scripts to organise things. &nbsp;I haven't looked inside them whether either calls 'make'.</div><div><br></div><div>HTH</div><div>Chris</div><div><br><div><div>On 19/05/2012, at 10:27 AM, Komar, Jason wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p>The -j4 is a compiler flag, so it probably just passes through to the compiler without being touched by the shell script. </p>
<div class="gmail_quote">On May 18, 2012 5:36 PM, "Tom C" &lt;<a href="mailto:mel0torme@gmail.com">mel0torme@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On the Installation Guide page of the FreeSwitch wiki, it says the following:<div><br></div><div>-------------------------</div><div><div style="line-height: 19px; font-size: 13px; font-family: sans-serif; margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; ">

You can use multiple cores for your bootstrap/config/build, by specifying it at the start, e.g.: (note this may make build errors harder to spot)</div><pre style="padding:1em;border:1px dashed rgb(47,111,171);background-color:rgb(249,249,249);line-height:1.1em">
 ./bootstrap.sh -j4</pre></div><div>--------------------------</div><div><br></div><div><br></div><div>I looked through the bootstrap.sh code, and it appears that the trailing digit in the above example is ignored? &nbsp;Or am I missing something?</div>

<div><br></div><div>I was thinking/hoping it was a way to specify the maximum # of background processes that get created. &nbsp;At this point I assume it is just an error in the wiki.</div><div><br></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div>
_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>http://www.freeswitchsolutions.com<br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>http://www.cudatel.com<br><br>Official FreeSWITCH Sites<br>http://www.freeswitch.org<br>http://wiki.freeswitch.org<br>http://www.cluecon.com<br><br>Join Us At ClueCon - Aug 7-9, 2012<br><br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></body></html>