<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Make&#x2F;linux64GccDPInt32Opt&#x2F;options:55: *** missing separator。 停止。]]></title><description><![CDATA[<p dir="auto">这是我的options：</p>
<pre><code>EXE_INC = \
    
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude

EXE_LIBS = \
    -L&lt;/home/zcy/OpenFOAM/zcy-6/platforms/linux64GccDPInt32Opt/lib&gt; \
    -l&lt;myfiniteVolume&gt; \
    -lmeshTools
</code></pre>
<p dir="auto">我用wmake编译时生成文件Make/linux64GccDPInt32Opt时出现</p>
<pre><code>Make/linux64GccDPInt32Opt/options:55: *** missing separator。
</code></pre>
<p dir="auto">停止。<br />
请问我该怎么修改呢</p>
]]></description><link>https://cfd-china.com/topic/1821/make-linux64gccdpint32opt-options-55-missing-separator-停止</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 15:19:37 GMT</lastBuildDate><atom:link href="https://cfd-china.com/topic/1821.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Sep 2018 11:03:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Make&#x2F;linux64GccDPInt32Opt&#x2F;options:55: *** missing separator。 停止。 on Fri, 28 Sep 2018 06:39:35 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://dyfluid.com/docs/book/_book/chapter2/section2.3.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://dyfluid.com/docs/book/_book/chapter2/section2.3.html</a></p>
<p dir="auto">我再后续要更新你这些东西，要是看这个资料看不明白，欢迎反馈我来更新</p>
<p dir="auto">那个<code>-L</code>后面不需要<code>&lt;&gt;</code>号</p>
]]></description><link>https://cfd-china.com/post/9744</link><guid isPermaLink="true">https://cfd-china.com/post/9744</guid><dc:creator><![CDATA[李东岳]]></dc:creator><pubDate>Fri, 28 Sep 2018 06:39:35 GMT</pubDate></item><item><title><![CDATA[Reply to Make&#x2F;linux64GccDPInt32Opt&#x2F;options:55: *** missing separator。 停止。 on Thu, 27 Sep 2018 14:46:48 GMT]]></title><description><![CDATA[<pre><code>EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude

EXE_LIBS = \
    -L/home/zcy/OpenFOAM/zcy-6/platforms/linux64GccDPInt32Opt/lib \
    -lmyfiniteVolume \
    -lmeshTools
</code></pre>
<p dir="auto">$ 符号没显示出来，网站的问题</p>
]]></description><link>https://cfd-china.com/post/9742</link><guid isPermaLink="true">https://cfd-china.com/post/9742</guid><dc:creator><![CDATA[李东岳]]></dc:creator><pubDate>Thu, 27 Sep 2018 14:46:48 GMT</pubDate></item></channel></rss>