Projekt

Allgemein

Profil

Fehler #378

Von Maximilian Seesslen vor mehr als 1 Jahr aktualisiert

gdb may not start without wrong libstdc++

How to compile standalone:
http://web.mit.edu/darwin/src/modules/gcc3/libstdc++-v3/docs/html/install.html

configure has to be executed on whole gcc.

<pre><code class="shell">
configure --enable-languages=c++
make all-target-libstdc++-v3
make install-target-libstdc++-v3
</code></pre>

Zurück