<div>Hey guys,</div>
<div> </div>
<div>Just recently tried compiling SVN on gentoo via the mt-mythtv layman overlay.  Here are the issues i&#39;m having and relevant data:</div>
<div> </div>
<div>system is gentoo</div>
<div>kernel version is 2.6.24-gentoo-r7</div>
<div>gcc is 4.3.4</div>
<div> </div>
<div>output from the ebuild is as follows:</div>
<div> </div>
<div>main.o: In function `main&#39;:<br>main.cpp:(.text+0xce4): undefined reference to `std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp; std::__ostream_insert&lt;char, std::char_traits&lt;char&gt; &gt;(std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp;, char const*, int)&#39;<br>
main.o: In function `_ZL15run_priv_threadPv&#39;:<br>main.cpp:(.text+0x229d): undefined reference to `std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp; std::__ostream_insert&lt;char, std::char_traits&lt;char&gt; &gt;(std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp;, char const*, int)&#39;<br>
main.cpp:(.text+0x24bc): undefined reference to `std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp; std::__ostream_insert&lt;char, std::char_traits&lt;char&gt; &gt;(std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp;, char const*, int)&#39;<br>
../../libs/libmythtv/<a href="http://libmythtv-0.22.so">libmythtv-0.22.so</a>: undefined reference to `std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;&amp; std::basic_ostream&lt;char, std::char_traits&lt;char&gt; &gt;::_M_insert&lt;unsigned long&gt;(unsigned long)&#39;<br>
collect2: ld returned 1 exit status<br>make[2]: *** [mythavtest] Error 1<br>make[2]: Leaving directory `/var/tmp/portage/media-tv/mythtv-9999/work/mythtv/programs/mythavtest&#39;<br>make[1]: *** [sub-mythavtest-make_default] Error 2<br>
make[1]: Leaving directory `/var/tmp/portage/media-tv/mythtv-9999/work/mythtv/programs&#39;<br>make: *** [sub-programs-make_default-ordered] Error 2<br> *<br> * ERROR: media-tv/mythtv-9999 failed.<br> * Call stack:<br> *               ebuild.sh, line   49:  Called src_compile<br>
 *             environment, line 3336:  Called myth-svn_src_compile<br> *             environment, line 2792:  Called die<br> * The specific snippet of code:<br> *       emake CC=&quot;$(tc-getCC)&quot; CXX=&quot;$(tc-getCXX)&quot; &quot;${@}&quot; || die<br>
 *  The die message:<br> *   (no error message)<br> *<br> * If you need support, post the topmost build error, and the call stack if relevant.<br> * A complete build log is located at &#39;/var/tmp/portage/media-tv/mythtv-9999/temp/build.log&#39;.<br>
 * The ebuild environment file is located at &#39;/var/tmp/portage/media-tv/mythtv-9999/temp/environment&#39;.<br> * This ebuild used the following eclasses from overlays:<br> *   /usr/local/portage/layman/mt-mythtv/eclass/myth-svn.eclass<br>
 * This ebuild is from an overlay named &#39;MythTV-trunk&#39;: &#39;/usr/local/portage/layman/mt-mythtv/&#39;<br> *</div>
<div> </div>
<div>Immediately when i saw the issues above, i thought this was a problem with my gcc version or my libstdc++,  i checked and libstdc++ is installed (version 3.3)</div>
<div> </div>
<div>Can anyone provide any input on this?</div>
<div> </div>
<div>Jon<br></div>