<?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[Compiler fehler]]></title><description><![CDATA[<p>Hi ich hab ein problem mit g++<br />
ich bekomme (unter linux) folgende fehlermeldung.</p>
<pre><code>***@***-desktop:~/Desktop$ gcc -o test test.cpp
/usr/bin/ld: cannot open output file test: Is a directory
collect2: ld gab 1 als Ende-Status zurück
***@***-desktop:~/Desktop$
</code></pre>
<p>Das zu compelierende programm sieht so aus:</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;
using namespace std;

int main()
{
  cout&lt;&lt;&quot;test&quot;;
  cin.get();
}
</code></pre>
<p>schon ma thx</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/231441/compiler-fehler</link><generator>RSS for Node</generator><lastBuildDate>Fri, 25 Sep 2026 21:48:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/231441.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 10 Jan 2009 21:53:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Compiler fehler on Sat, 10 Jan 2009 21:53:46 GMT]]></title><description><![CDATA[<p>Hi ich hab ein problem mit g++<br />
ich bekomme (unter linux) folgende fehlermeldung.</p>
<pre><code>***@***-desktop:~/Desktop$ gcc -o test test.cpp
/usr/bin/ld: cannot open output file test: Is a directory
collect2: ld gab 1 als Ende-Status zurück
***@***-desktop:~/Desktop$
</code></pre>
<p>Das zu compelierende programm sieht so aus:</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;
using namespace std;

int main()
{
  cout&lt;&lt;&quot;test&quot;;
  cin.get();
}
</code></pre>
<p>schon ma thx</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1643124</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1643124</guid><dc:creator><![CDATA[Irods]]></dc:creator><pubDate>Sat, 10 Jan 2009 21:53:46 GMT</pubDate></item><item><title><![CDATA[Reply to Compiler fehler on Sat, 10 Jan 2009 22:12:50 GMT]]></title><description><![CDATA[<p>Irods schrieb:</p>
<blockquote>
<pre><code>/usr/bin/ld: cannot open output file test: Is a directory
</code></pre>
</blockquote>
<p>Wie der Linker schon sagt... in dem Verzeichnis, wo du kompilierst, scheint es bereits ein Unterverzeichnis namens &quot;test&quot; zu geben. Entweder du löschst dieses Verzeichnis, oder du nimmst einen anderen Namen für dein Binary.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1643132</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1643132</guid><dc:creator><![CDATA[dooooomi]]></dc:creator><pubDate>Sat, 10 Jan 2009 22:12:50 GMT</pubDate></item></channel></rss>