Thanks for your help. I have the make 3.82 downloaded. May I know can I instruct the build to use the latest version of make 3.82.<div><br></div><div>I was using Ubuntu, currently using version 3.81, and not really want to remove the old version and install a new one because there are dependencies using make 3.81.</div>

<div><br></div><div>May I know is there a way to use the make 3.82 and not removing make 3.81?</div><div><br><div><div>THanks @!<br><br><br><div class="gmail_quote">On Sun, Oct 23, 2011 at 6:06 PM, Norbert Thiebaud <span dir="ltr">&lt;<a href="mailto:nthiebaud@gmail.com">nthiebaud@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Sun, Oct 23, 2011 at 2:57 AM, LOH KOK HOE &lt;<a href="mailto:huahsin68@gmail.com">huahsin68@gmail.com</a>&gt; wrote:<br>


&gt; Hi all,<br>
&gt; I have just downloaded the latest source code from GIT, following the<br>
&gt; developer guideline in making the build. But it failed in tail_build<br>
&gt; project. When attempting the individual build on tail_build project, I get<br>
&gt; this output &quot;No environment set!&quot;.<br>
<br>
</div>You have overlooked the message that tell you to source <a href="http://Env.Host.sh" target="_blank">Env.Host.sh</a><br>
see in the output you quoted the line that says:<br>
&gt; source ./<a href="http://Env.Host.sh" target="_blank">Env.Host.sh</a><br>
<div class="im"><br>
&gt;<br>
&gt; Below are a snapshot of the output during the build from top level, hoping<br>
&gt; this could give out some hints on fixing this issue.<br>
&gt;<br>
&gt; ----- Output Snapshot -----<br>
&gt;<br>
&gt; [ build CXX ] unoxml/source/rdf/CURI<br>
&gt; [ build CXX ] unoxml/source/rdf/CLiteral<br>
&gt; [ build CXX ] unoxml/source/rdf/librdf_repository<br>
&gt; [ build CXX ] unoxml/source/rdf/librdf_services<br>
&gt; [ build DEP ] LNK:Library/libunoxmllo.so<br>
&gt; [ build DEP ] SRS:sw/res<br>
&gt; [ build SRS ] sw/res<br>
&gt; [ build DEP ] LNK:Library/libswdlo.so<br>
&gt; /bin/bash: line 1: 10810 Segmentation fault      make -s -r -j2 build<br>
&gt; gb_PARTIALBUILD=T<br>
&gt; dmake:  Error code 139, while making &#39;all&#39;<br>
<br>
</div>You are most likely using an unpatched gnu make 3.81 with -j &gt; 1<br>
there should have been a warning at configure time about that. something like<br>
&quot;* - make 3.81 is prone to crashes with parallelism &gt; 1. Since<br>
--with-num-cpus was explicitely given, it is honored, but do not<br>
complain when make segfault on you.&quot;<br>
<br>
Anyway, you either need to disable (i.e do not specify<br>
--with-num-cpus) the build parallelism or install and use a gnu make<br>
3.82 or a patched 3.81 version.<br>
You can find a usable 3.82 version at<br>
git://<a href="http://cgit.freedesktop.org/libreoffice/contrib/dev-tools" target="_blank">cgit.freedesktop.org/libreoffice/contrib/dev-tools</a><br>
<font color="#888888"><br>
Norbert<br>
</font></blockquote></div><br></div></div></div>