<div>Hi, Ross</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have solved this problem, </div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I copy a&nbsp;&quot;so&quot; file (that the cross compile tools provides)to the /lib directory, then rename it&nbsp;to &quot;'libstdc++.so.6&quot;. Then it works.</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; But certainly, it isn't a good way . Because I don't know how to modify the config.&lt;whatever&gt; file. I want to know how to modify the configure&nbsp;file in order to link the ARM Share&nbsp;Object, not the&nbsp;X86.<br>
<br>&nbsp;</div>
<div><span class="gmail_quote">2006/12/13, Ross Finlayson &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>&gt;:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&gt;Hi, All.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I compile live555MediaServer with the cross-compiler<br>&gt;&quot;arm-uclibc-linux-&quot; , then I run it on the ARM(arm926ejs), it shows 
<br>&gt;&quot;./live555MediaServer: can't load library 'libstdc++.so.6 &quot;. Is the<br>&gt;Makefile&nbsp;&nbsp;not correct? or some other reasons<br><br>Do you get the same problem when you try to run the &quot;testProgs&quot;?&nbsp;&nbsp;(I 
<br>suspect so.)<br><br>The problem appears to be that your cross-compiled application is<br>dependent upon a dynamic-linked library (in this case,<br>&quot;libstdc++.so.6&quot;) that turns out not to be present on your ARM 
<br>computer.<br><br>To fix this, you'll either need to make this library available on the<br>ARM computer, or else modify your &quot;config.&lt;whatever&gt;&quot; file (and then<br>rerun &quot;genMakefiles&quot;) so that it links the library statically rather 
<br>than dynamically.&nbsp;&nbsp;You will have to figure out how to do that.<br>--<br><br>Ross Finlayson<br>Live Networks, Inc.<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.live555.com/" target="_blank">
http://www.live555.com/</a><br>_______________________________________________ <br>live-devel mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:live-devel@lists.live555.com" target="_blank">
live-devel@lists.live555.com</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel 
</a><br></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>francois_wei