<p dir="ltr">You are right.<br>
thank you.<br><br><br><br></p>
<p dir="ltr">&#21457;&#20214;&#20154;: David P Grove<br>
&#24050;&#21457;&#36865;: 3 &#26376; 30 &#26085; &#26143;&#26399;&#19977; &#19978;&#21320; 2:02<br>
&#20027;&#39064;: Re: [swift-corelibs-dev] [swift-users] build libdispatch failed inubuntu 14.04<br>
&#25910;&#20214;&#20154;: qibo<br>
&#25220;&#36865;: swift-corelibs-dev, swift-users@swift.org<br></p>
<p dir="ltr">swift-corelibs-dev-bounces@swift.org wrote on 03/29/2016 11:58:13 AM:<br>
&gt; <br>
&gt; Hi, everyone<br>
&gt; I follow the command written in INSTALL in <br>
&gt; <a href="https://github.com/apple/swift-corelibs-libdispatch/blob/master/INSTALL">https://github.com/apple/swift-corelibs-libdispatch/blob/master/INSTALL</a><br>
&gt; <br>
&gt; sh autogen.sh<br>
&gt; <br>
&gt; ./configure<br>
&gt; <br>
&gt; make<br>
&gt; <br>
&gt; but "make" failed, report is "No rule to make target `all'. &#160;"<br>
&gt; Is there some optional command I missed?<br>
&gt; <br></p>
<p dir="ltr">One way that could happen is if you skipped the step to initialize the libpwq git submodule. &#160;The configure script is supposed to detect that you failed to do this, but it appears to not be doing so robustly (I just tried it and it did fail with "No rule to make target `all`" from the libpwq subdir). </p>
<p dir="ltr">From the INSTALL file right about the BUILD commands: <br></p>
<p dir="ltr">Initialize git submodules:<br>
We are using git submodules to incorporate a specific revision of the<br>
upstream pthread_workqueue library into the build.<br>
git submodule init<br>
git submodule update</p>
<p dir="ltr">--dave<br><br></p>