<?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[undefined reference to &#96;std::ctype&amp;lt;char&amp;gt;::_M_widen_init() const&#x27;]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich verstehe absolut nicht was das problem ist.<br />
In meinem code erhalte ich ein</p>
<pre><code class="language-cpp">undefined reference to `std::ctype&lt;char&gt;::_M_widen_init() const'
</code></pre>
<p>was heißt das und wie kann ich das probelm beseitigen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/269397/undefined-reference-to-std-ctype-lt-char-gt-_m_widen_init-const</link><generator>RSS for Node</generator><lastBuildDate>Mon, 31 Aug 2026 06:03:35 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/269397.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Jun 2010 11:27:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to undefined reference to &#96;std::ctype&amp;lt;char&amp;gt;::_M_widen_init() const&#x27; on Thu, 24 Jun 2010 11:27:45 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich verstehe absolut nicht was das problem ist.<br />
In meinem code erhalte ich ein</p>
<pre><code class="language-cpp">undefined reference to `std::ctype&lt;char&gt;::_M_widen_init() const'
</code></pre>
<p>was heißt das und wie kann ich das probelm beseitigen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1916693</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1916693</guid><dc:creator><![CDATA[iioo]]></dc:creator><pubDate>Thu, 24 Jun 2010 11:27:45 GMT</pubDate></item><item><title><![CDATA[Reply to undefined reference to &#96;std::ctype&amp;lt;char&amp;gt;::_M_widen_init() const&#x27; on Thu, 24 Jun 2010 11:38:45 GMT]]></title><description><![CDATA[<p>iioo schrieb:</p>
<blockquote>
<p>was heißt das und wie kann ich das probelm beseitigen?</p>
</blockquote>
<p>GCC Compiler? Kompilierst du mit irgendwelchen Optimierungen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1916700</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1916700</guid><dc:creator><![CDATA[darkfate]]></dc:creator><pubDate>Thu, 24 Jun 2010 11:38:45 GMT</pubDate></item><item><title><![CDATA[Reply to undefined reference to &#96;std::ctype&amp;lt;char&amp;gt;::_M_widen_init() const&#x27; on Thu, 24 Jun 2010 11:57:50 GMT]]></title><description><![CDATA[<p>iioo schrieb:</p>
<blockquote>
<p>ich verstehe absolut nicht was das problem ist.</p>
</blockquote>
<p>Das ist eine Fehlermeldung des <a href="http://de.wikipedia.org/wiki/Linker_%28Computerprogramm%29" rel="nofollow">Linkers</a>. Dein Programm will diese Funktion (indirekt) nutzen, der Linker findet die Implementierung aber nicht. Das kann viele Gründe haben. Wenn ich raten müsste, würd ich sagen: Du rufst eventuell den Linker falsch auf, so dass libstdc++ (die Implementierung der C++ Standardbibliothek des GCCs) nicht mit Deinem Programm verknotet wird. Verwende einfach g++ statt gcc als Front-End für das &quot;Linken&quot;. Wenn das nicht hilft, konsultiere die Dokumentation Deines Compilers bzgl &quot;Linken&quot; mit libstdc++.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1916715</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1916715</guid><dc:creator><![CDATA[krümelkacker]]></dc:creator><pubDate>Thu, 24 Jun 2010 11:57:50 GMT</pubDate></item></channel></rss>